We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3acb7 commit a68e081Copy full SHA for a68e081
3 files changed
libs/apijson-orm-4.4.0.jar
-280 KB
libs/apijson-orm-4.4.5.jar
280 KB
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>apijson.framework</groupId>
7
<artifactId>apijson-framework</artifactId>
8
- <version>4.4.6</version>
+ <version>4.4.7</version>
9
<packaging>jar</packaging>
10
11
<name>APIJSONFramework</name>
@@ -22,7 +22,7 @@
22
<dependency>
23
<groupId>com.github.Tencent</groupId>
24
<artifactId>APIJSON</artifactId>
25
- <version>4.3.1</version>
+ <version>4.4.5</version>
26
</dependency>
27
28
@@ -44,12 +44,6 @@
44
<artifactId>postgresql</artifactId>
45
<version>42.2.5</version>
46
47
- <dependency>
48
- <groupId>net.sourceforge.jtds</groupId>
49
- <artifactId>jtds</artifactId>
50
- <version>1.3.1</version>
51
- </dependency>
52
- <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
53
<!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
54
55
0 commit comments