Skip to content

Commit 74926f5

Browse files
committed
Java:APIJSONFinal 升级 APIJSON, 自身版本为 5.1.5
1 parent 2e38077 commit 74926f5

File tree

1 file changed

+4
-2
lines changed
  • APIJSON-Java-Server/APIJSONFinal

1 file changed

+4
-2
lines changed

Diff for: APIJSON-Java-Server/APIJSONFinal/pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
<groupId>apijson.jfinal</groupId>
55
<artifactId>apijson-final</artifactId>
66
<packaging>jar</packaging>
7-
<version>5.1.0</version>
7+
<version>5.1.5</version>
88
<name>Demo project for APIJSON Server based on JFinal</name>
99
<url>http://maven.apache.org</url>
1010
<dependencies>
1111
<dependency>
1212
<groupId>javax.activation</groupId>
1313
<artifactId>activation</artifactId>
1414
<version>1.1.1</version>
15+
</dependency>
16+
1517
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
1618
<dependency>
1719
<groupId>com.alibaba</groupId>
@@ -30,7 +32,7 @@
3032
<dependency>
3133
<groupId>com.github.Tencent</groupId>
3234
<artifactId>APIJSON</artifactId>
33-
<version>5.1.0</version>
35+
<version>5.1.5</version>
3436
</dependency>
3537
<dependency>
3638
<groupId>com.github.APIJSON</groupId>

0 commit comments

Comments
 (0)