Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyLemon authored Jan 30, 2023
1 parent 8167ad5 commit b491acd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions APIJSON-Java-Server/APIJSONFinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
</dependency>

<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 <<<<<<<<<< -->
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.github.Tencent</groupId>
<artifactId>APIJSON</artifactId>
<version>6.0.0</version>
</dependency>
<dependency>
<groupId>com.github.APIJSON</groupId>
<artifactId>apijson-framework</artifactId>
<version>6.0.0</version>
</dependency>
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->

<!-- 需要用的数据库 JDBC 驱动 -->
Expand Down

0 comments on commit b491acd

Please sign in to comment.