Skip to content

Commit 8167ad5

Browse files
authored
Update pom.xml
1 parent d567a74 commit 8167ad5

File tree

1 file changed

+10
-10
lines changed
  • APIJSON-Java-Server/APIJSONDemo

1 file changed

+10
-10
lines changed

APIJSON-Java-Server/APIJSONDemo/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
<dependencies>
2020
<!-- 需要的 APIJSON 相关依赖 -->
21-
<dependency>
22-
<groupId>com.github.Tencent</groupId>
23-
<artifactId>APIJSON</artifactId>
24-
<version>6.0.0</version>
25-
</dependency>
26-
<dependency>
27-
<groupId>com.github.APIJSON</groupId>
28-
<artifactId>apijson-framework</artifactId>
29-
<version>6.0.0</version>
30-
</dependency>
21+
<dependency>
22+
<groupId>com.github.Tencent</groupId>
23+
<artifactId>APIJSON</artifactId>
24+
<version>6.0.0</version>
25+
</dependency>
26+
<dependency>
27+
<groupId>com.github.APIJSON</groupId>
28+
<artifactId>apijson-framework</artifactId>
29+
<version>6.0.0</version>
30+
</dependency>
3131

3232
<!-- 需要用的数据库 JDBC 驱动 -->
3333
<dependency>

0 commit comments

Comments
 (0)