Skip to content

Commit

Permalink
Java:APIJSONFinal 升级 APIJSON, 自身版本为 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon committed Jul 11, 2022
1 parent 2e38077 commit 74926f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions APIJSON-Java-Server/APIJSONFinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
<groupId>apijson.jfinal</groupId>
<artifactId>apijson-final</artifactId>
<packaging>jar</packaging>
<version>5.1.0</version>
<version>5.1.5</version>
<name>Demo project for APIJSON Server based on JFinal</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
<version>1.1.1</version>
</dependency>

<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
<dependency>
<groupId>com.alibaba</groupId>
Expand All @@ -30,7 +32,7 @@
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>5.1.0</version>
<version>5.1.5</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
Expand Down

0 comments on commit 74926f5

Please sign in to comment.