We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe354e commit 5eb26fcCopy full SHA for 5eb26fc
1 file changed
pom.xml
@@ -36,16 +36,16 @@
36
</dependency>
37
38
<!-- 可使用 libs 目录的 apijson-orm.jar 来替代,两种方式二选一 -->
39
-<!-- <dependency>-->
40
-<!-- <groupId>com.github.Tencent</groupId>-->
41
-<!-- <artifactId>APIJSON</artifactId>-->
42
-<!-- <version>8.0.0.0.0</version>-->
43
-<!-- </dependency>-->
44
45
-<!-- <groupId>com.github.APIJSON</groupId>-->
46
-<!-- <artifactId>apijson-framework</artifactId>-->
47
-<!-- <version>7.2.0.0</version>-->
48
+ <dependency>
+ <groupId>com.github.Tencent</groupId>
+ <artifactId>APIJSON</artifactId>
+ <version>8.0.0.1</version>
+ </dependency>
+ <groupId>com.github.APIJSON</groupId>
+ <artifactId>apijson-framework</artifactId>
+ <version>7.2.0.1</version>
49
</dependencies>
50
51
<build>
0 commit comments