We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df96c8 commit 20788ceCopy full SHA for 20788ce
1 file changed
APIJSON-Java-Server/APIJSONBoot/pom.xml
@@ -63,6 +63,11 @@
63
<artifactId>jtds</artifactId>
64
<version>1.3.1</version>
65
</dependency>
66
+ <dependency>
67
+ <groupId>com.github.APIJSON</groupId>
68
+ <artifactId>apijson-orm</artifactId>
69
+ <version>LATEST</version>
70
+ </dependency>
71
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
72
73
</dependencies>
@@ -101,6 +106,10 @@
101
106
<enabled>true</enabled>
102
107
</snapshots>
103
108
</repository>
109
+ <repository>
110
+ <id>jitpack.io</id>
111
+ <url>https://jitpack.io</url>
112
+ </repository>
104
113
</repositories>
105
114
<pluginRepositories>
115
<pluginRepository>
0 commit comments