Skip to content

Commit 3e04320

Browse files
committed
pom.xml 依赖 unitauto-java-2.5.3 和 unitauto-jar-2.5.3
1 parent f80ec46 commit 3e04320

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pom.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.framework</groupId>
77
<artifactId>apijson-framework</artifactId>
8-
<version>4.3.1</version>
8+
<version>4.3.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONFramework</name>
@@ -28,16 +28,17 @@
2828
<artifactId>apijson-orm</artifactId>
2929
<version>4.2.3</version>
3030
</dependency>
31-
<!-- <dependency>
31+
<!-- 可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 本地 jar 包依赖来替代,两种方式二选一 -->
32+
<dependency>
3233
<groupId>com.github.TommyLemon</groupId>
3334
<artifactId>unitauto-java</artifactId>
34-
<version>2.5.0</version>
35-
</dependency> -->
36-
<!-- <dependency>
35+
<version>2.5.3</version>
36+
</dependency>
37+
<dependency>
3738
<groupId>com.github.TommyLemon</groupId>
3839
<artifactId>unitauto-jar</artifactId>
39-
<version>2.5.2</version>
40-
</dependency> -->
40+
<version>2.5.3</version>
41+
</dependency>
4142
<dependency>
4243
<groupId>javax.servlet</groupId>
4344
<artifactId>javax.servlet-api</artifactId>

0 commit comments

Comments
 (0)