JieZ il y a 3 ans
Parent
commit
1975af30d3

BIN
.DS_Store


BIN
com/.DS_Store


BIN
com/jingtong/.DS_Store


BIN
com/jingtong/base-bpm/.DS_Store


+ 1 - 1
com/jingtong/base-bpm/0.0.1/_remote.repositories

@@ -1,3 +1,3 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Tue Jul 13 11:57:13 CST 2021
2
+#Wed Aug 11 15:13:11 CST 2021
3 3
 base-bpm-0.0.1.pom>=

+ 1 - 1
com/jingtong/base-bpm/maven-metadata-local.xml

@@ -7,6 +7,6 @@
7 7
     <versions>
8 8
       <version>0.0.1</version>
9 9
     </versions>
10
-    <lastUpdated>20210713035713</lastUpdated>
10
+    <lastUpdated>20210811071311</lastUpdated>
11 11
   </versioning>
12 12
 </metadata>

+ 3 - 1
com/jingtong/bpm-client-base/0.0.1/_remote.repositories

@@ -1,4 +1,6 @@
1 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
2
+#Wed Aug 11 15:13:13 CST 2021
3 3
 bpm-client-base-0.0.1.pom>=
4
+bpm-client-base-0.0.1.jar>jing-tong=
5
+bpm-client-base-0.0.1.pom>jing-tong=
4 6
 bpm-client-base-0.0.1.jar>=

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


+ 1 - 1
com/jingtong/bpm-client-base/0.0.1/bpm-client-base-0.0.1.pom

@@ -18,7 +18,7 @@
18 18
 
19 19
     <parent>
20 20
         <groupId>com.jingtong</groupId>
21
-        <artifactId>bpm</artifactId>
21
+        <artifactId>base-bpm</artifactId>
22 22
         <version>0.0.1</version>
23 23
     </parent>
24 24
 

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

@@ -7,6 +7,6 @@
7 7
     <versions>
8 8
       <version>0.0.1</version>
9 9
     </versions>
10
-    <lastUpdated>20210708021840</lastUpdated>
10
+    <lastUpdated>20210811071313</lastUpdated>
11 11
   </versioning>
12 12
 </metadata>

+ 3 - 1
com/jingtong/bpm-client-http/0.0.1/_remote.repositories

@@ -1,4 +1,6 @@
1 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
2
+#Wed Aug 11 15:13:15 CST 2021
3 3
 bpm-client-http-0.0.1.pom>=
4
+bpm-client-http-0.0.1.pom>jing-tong=
4 5
 bpm-client-http-0.0.1.jar>=
6
+bpm-client-http-0.0.1.jar>jing-tong=

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


+ 1 - 1
com/jingtong/bpm-client-http/0.0.1/bpm-client-http-0.0.1.pom

@@ -18,7 +18,7 @@
18 18
 
19 19
     <parent>
20 20
         <groupId>com.jingtong</groupId>
21
-        <artifactId>bpm</artifactId>
21
+        <artifactId>base-bpm</artifactId>
22 22
         <version>0.0.1</version>
23 23
     </parent>
24 24
 

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

@@ -7,6 +7,6 @@
7 7
     <versions>
8 8
       <version>0.0.1</version>
9 9
     </versions>
10
-    <lastUpdated>20210708021842</lastUpdated>
10
+    <lastUpdated>20210811071315</lastUpdated>
11 11
   </versioning>
12 12
 </metadata>

+ 4 - 0
com/jingtong/bpm-client/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
+#Wed Aug 11 15:13:14 CST 2021
3
+bpm-client-0.0.1.jar>=
4
+bpm-client-0.0.1.pom>=

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


+ 55 - 0
com/jingtong/bpm-client/0.0.1/bpm-client-0.0.1.pom

@@ -0,0 +1,55 @@
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>base-bpm</artifactId>
22
+        <version>0.0.1</version>
23
+    </parent>
24
+
25
+    <artifactId>bpm-client</artifactId>
26
+    <version>0.0.1</version>
27
+    <dependencies>
28
+        <dependency>
29
+            <groupId>com.jingtong.common</groupId>
30
+            <artifactId>base</artifactId>
31
+            <version>0.0.1</version>
32
+        </dependency>
33
+        <dependency>
34
+            <groupId>com.alibaba.cloud</groupId>
35
+            <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
36
+            <version>2.2.5.RELEASE</version>
37
+        </dependency>
38
+        <dependency>
39
+            <groupId>org.springframework.cloud</groupId>
40
+            <artifactId>spring-cloud-starter-openfeign</artifactId>
41
+            <version>2.2.5.RELEASE</version>
42
+        </dependency>
43
+        <dependency>
44
+            <groupId>io.github.openfeign</groupId>
45
+            <artifactId>feign-httpclient</artifactId>
46
+            <version>10.10.1</version>
47
+        </dependency>
48
+        <dependency>
49
+            <groupId>com.jingtong</groupId>
50
+            <artifactId>bpm-client-base</artifactId>
51
+            <version>0.0.1</version>
52
+        </dependency>
53
+    </dependencies>
54
+
55
+</project>

+ 12 - 0
com/jingtong/bpm-client/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</artifactId>
5
+  <versioning>
6
+    <release>0.0.1</release>
7
+    <versions>
8
+      <version>0.0.1</version>
9
+    </versions>
10
+    <lastUpdated>20210811071314</lastUpdated>
11
+  </versioning>
12
+</metadata>

+ 1 - 1
com/jingtong/bpm-core/0.0.1/_remote.repositories

@@ -1,4 +1,4 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Wed Jul 14 10:26:29 CST 2021
2
+#Wed Aug 11 15:13:24 CST 2021
3 3
 bpm-core-0.0.1.jar>=
4 4
 bpm-core-0.0.1.pom>=

BIN
com/jingtong/bpm-core/0.0.1/bpm-core-0.0.1.jar


+ 5 - 0
com/jingtong/bpm-core/0.0.1/bpm-core-0.0.1.pom

@@ -124,5 +124,10 @@
124 124
             <artifactId>bpm-client-http</artifactId>
125 125
             <version>0.0.1</version>
126 126
         </dependency>
127
+        <dependency>
128
+            <groupId>cn.afterturn</groupId>
129
+            <artifactId>easypoi-spring-boot-starter</artifactId>
130
+            <version>4.3.0</version>
131
+        </dependency>
127 132
     </dependencies>
128 133
 </project>

+ 1 - 1
com/jingtong/bpm-core/maven-metadata-local.xml

@@ -7,6 +7,6 @@
7 7
     <versions>
8 8
       <version>0.0.1</version>
9 9
     </versions>
10
-    <lastUpdated>20210714022629</lastUpdated>
10
+    <lastUpdated>20210811071324</lastUpdated>
11 11
   </versioning>
12 12
 </metadata>

+ 2 - 1
com/jingtong/bpm/0.0.1/_remote.repositories

@@ -1,3 +1,4 @@
1 1
 #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
2
-#Mon Jul 12 18:59:12 CST 2021
2
+#Tue Jul 13 10:30:13 CST 2021
3 3
 bpm-0.0.1.pom>=
4
+bpm-0.0.1.pom>jing-tong=

+ 7 - 1
com/jingtong/bpm/0.0.1/bpm-0.0.1.pom

@@ -23,7 +23,6 @@
23 23
         <module>bpm-client-base</module>
24 24
         <module>bpm-client</module>
25 25
         <module>bpm-client-http</module>
26
-        <module>bpm-server</module>
27 26
         <module>bpm-core</module>
28 27
         <module>devtools</module>
29 28
     </modules>
@@ -183,6 +182,13 @@
183 182
             <optional>true</optional>
184 183
         </dependency>
185 184
     </dependencies>
185
+    <repositories>
186
+        <repository>
187
+            <id>jing-tong</id>
188
+            <name>JingTong Maveen Repository</name>
189
+            <url>http://code.jing-tong.com:3000/jie.zhang/maven2/raw/master/</url>
190
+        </repository>
191
+    </repositories>
186 192
     <build>
187 193
         <extensions>
188 194
             <extension>

+ 1 - 1
com/jingtong/bpm/maven-metadata-local.xml

@@ -7,6 +7,6 @@
7 7
     <versions>
8 8
       <version>0.0.1</version>
9 9
     </versions>
10
-    <lastUpdated>20210712105912</lastUpdated>
10
+    <lastUpdated>20210713023013</lastUpdated>
11 11
   </versioning>
12 12
 </metadata>