Skip to content

Commit 20788ce

Browse files
TommyTommy
authored andcommitted
APIJSONBoot 改为远程依赖 apijson-orm
1 parent 0df96c8 commit 20788ce

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • APIJSON-Java-Server/APIJSONBoot

APIJSON-Java-Server/APIJSONBoot/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@
6363
<artifactId>jtds</artifactId>
6464
<version>1.3.1</version>
6565
</dependency>
66+
<dependency>
67+
<groupId>com.github.APIJSON</groupId>
68+
<artifactId>apijson-orm</artifactId>
69+
<version>LATEST</version>
70+
</dependency>
6671
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
6772

6873
</dependencies>
@@ -101,6 +106,10 @@
101106
<enabled>true</enabled>
102107
</snapshots>
103108
</repository>
109+
<repository>
110+
<id>jitpack.io</id>
111+
<url>https://jitpack.io</url>
112+
</repository>
104113
</repositories>
105114
<pluginRepositories>
106115
<pluginRepository>

0 commit comments

Comments
 (0)