ソースを参照

[feature]增加依赖

JieZ 4 年 前
コミット
a70b644258

BIN
.DS_Store


BIN
com/.DS_Store


BIN
com/jingtong/.DS_Store


BIN
com/jingtong/bpm-client-base/.DS_Store


+ 4 - 0
com/jingtong/bpm-client-base/0.0.1/_remote.repositories

@@ -0,0 +1,4 @@
1
+#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
+#Thu Jul 08 10:18:40 CST 2021
3
+bpm-client-base-0.0.1.pom>=
4
+bpm-client-base-0.0.1.jar>=

BIN
com/jingtong/bpm-client-base/0.0.1/bpm-client-base-0.0.1.jar


+ 37 - 0
com/jingtong/bpm-client-base/0.0.1/bpm-client-base-0.0.1.pom

@@ -0,0 +1,37 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+  ~ The Hefei JingTong RDC(Research and Development Centre) Group.
4
+  ~ __________________
5
+  ~
6
+  ~    Copyright 2015-2021
7
+  ~    All Rights Reserved.
8
+  ~
9
+  ~    NOTICE:  All information contained herein is, and remains
10
+  ~    the property of JingTong Company and its suppliers,
11
+  ~    if any.
12
+  -->
13
+
14
+<project xmlns="http://maven.apache.org/POM/4.0.0"
15
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17
+    <modelVersion>4.0.0</modelVersion>
18
+
19
+    <parent>
20
+        <groupId>com.jingtong</groupId>
21
+        <artifactId>bpm</artifactId>
22
+        <version>0.0.1</version>
23
+    </parent>
24
+
25
+    <groupId>com.jingtong</groupId>
26
+    <artifactId>bpm-client-base</artifactId>
27
+    <version>0.0.1</version>
28
+    <dependencies>
29
+        <dependency>
30
+            <groupId>com.jingtong.common</groupId>
31
+            <artifactId>data</artifactId>
32
+            <version>0.0.1</version>
33
+        </dependency>
34
+    </dependencies>
35
+
36
+
37
+</project>

+ 12 - 0
com/jingtong/bpm-client-base/maven-metadata-local.xml

@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<metadata>
3
+  <groupId>com.jingtong</groupId>
4
+  <artifactId>bpm-client-base</artifactId>
5
+  <versioning>
6
+    <release>0.0.1</release>
7
+    <versions>
8
+      <version>0.0.1</version>
9
+    </versions>
10
+    <lastUpdated>20210708021840</lastUpdated>
11
+  </versioning>
12
+</metadata>

+ 4 - 0
com/jingtong/bpm-client-http/0.0.1/_remote.repositories

@@ -0,0 +1,4 @@
1
+#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
+#Thu Jul 08 10:18:42 CST 2021
3
+bpm-client-http-0.0.1.pom>=
4
+bpm-client-http-0.0.1.jar>=

BIN
com/jingtong/bpm-client-http/0.0.1/bpm-client-http-0.0.1.jar


+ 40 - 0
com/jingtong/bpm-client-http/0.0.1/bpm-client-http-0.0.1.pom

@@ -0,0 +1,40 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<!--
3
+  ~ The Hefei JingTong RDC(Research and Development Centre) Group.
4
+  ~ __________________
5
+  ~
6
+  ~    Copyright 2015-2021
7
+  ~    All Rights Reserved.
8
+  ~
9
+  ~    NOTICE:  All information contained herein is, and remains
10
+  ~    the property of JingTong Company and its suppliers,
11
+  ~    if any.
12
+  -->
13
+
14
+<project xmlns="http://maven.apache.org/POM/4.0.0"
15
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17
+    <modelVersion>4.0.0</modelVersion>
18
+
19
+    <parent>
20
+        <groupId>com.jingtong</groupId>
21
+        <artifactId>bpm</artifactId>
22
+        <version>0.0.1</version>
23
+    </parent>
24
+
25
+    <groupId>com.jingtong</groupId>
26
+    <artifactId>bpm-client-http</artifactId>
27
+    <version>0.0.1</version>
28
+    <dependencies>
29
+        <dependency>
30
+            <groupId>com.jingtong</groupId>
31
+            <artifactId>bpm-client-base</artifactId>
32
+            <version>0.0.1</version>
33
+        </dependency>
34
+        <dependency>
35
+            <groupId>com.alibaba</groupId>
36
+            <artifactId>fastjson</artifactId>
37
+            <version>1.2.76</version>
38
+        </dependency>
39
+    </dependencies>
40
+</project>

+ 12 - 0
com/jingtong/bpm-client-http/maven-metadata-local.xml

@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<metadata>
3
+  <groupId>com.jingtong</groupId>
4
+  <artifactId>bpm-client-http</artifactId>
5
+  <versioning>
6
+    <release>0.0.1</release>
7
+    <versions>
8
+      <version>0.0.1</version>
9
+    </versions>
10
+    <lastUpdated>20210708021842</lastUpdated>
11
+  </versioning>
12
+</metadata>

BIN
com/jingtong/common/.DS_Store


+ 4 - 0
com/jingtong/common/data/0.0.1/_remote.repositories

@@ -0,0 +1,4 @@
1
+#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
+#Sat Jul 03 11:01:27 CST 2021
3
+data-0.0.1.jar>=
4
+data-0.0.1.pom>=

BIN
com/jingtong/common/data/0.0.1/data-0.0.1.jar


+ 30 - 0
com/jingtong/common/data/0.0.1/data-0.0.1.pom

@@ -0,0 +1,30 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+    <modelVersion>4.0.0</modelVersion>
6
+
7
+    <parent>
8
+        <groupId>com.jingtong.common</groupId>
9
+        <artifactId>common</artifactId>
10
+        <version>0.0.1</version>
11
+    </parent>
12
+
13
+    <artifactId>data</artifactId>
14
+    <version>0.0.1</version>
15
+    <dependencies>
16
+        <dependency>
17
+            <groupId>com.jingtong.common</groupId>
18
+            <artifactId>util</artifactId>
19
+            <version>0.0.1</version>
20
+        </dependency>
21
+        <dependency>
22
+            <groupId>io.swagger</groupId>
23
+            <artifactId>swagger-annotations</artifactId>
24
+            <version>1.5.22</version>
25
+            <scope>compile</scope>
26
+        </dependency>
27
+    </dependencies>
28
+
29
+
30
+</project>

+ 12 - 0
com/jingtong/common/data/maven-metadata-local.xml

@@ -0,0 +1,12 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<metadata>
3
+  <groupId>com.jingtong.common</groupId>
4
+  <artifactId>data</artifactId>
5
+  <versioning>
6
+    <release>0.0.1</release>
7
+    <versions>
8
+      <version>0.0.1</version>
9
+    </versions>
10
+    <lastUpdated>20210703030127</lastUpdated>
11
+  </versioning>
12
+</metadata>

BIN
com/jtech/.DS_Store


BIN
com/jtech/marble/.DS_Store