Skip to content

Commit f507331

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

File tree

1 file changed

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

1 file changed

+10
-10
lines changed

APIJSON-Java-Server/APIJSONDemo-Redis/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)