Skip to content

Commit d567a74

Browse files
authored
Update pom.xml
1 parent f507331 commit d567a74

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

APIJSON-Java-Server/APIJSONDemo-Script/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919

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

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

0 commit comments

Comments
 (0)