Skip to content

Commit 94f0484

Browse files
committed
Java:更新 pom.xml,打包 apijson-framework-4.3.2.jar
1 parent 45d7a32 commit 94f0484

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
lines changed

APIJSON-Java-Server/APIJSONBoot/.classpath

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
<attribute name="maven.pomderived" value="true"/>
2828
</attributes>
2929
</classpathentry>
30-
<classpathentry kind="lib" path="libs/apijson-orm-4.2.3.jar"/>
31-
<classpathentry kind="lib" path="libs/unitauto-2.5.0.jar"/>
32-
<classpathentry kind="lib" path="libs/unitauto-jar-2.5.0.jar"/>
33-
<classpathentry kind="lib" path="libs/apijson-framework-4.3.0.jar"/>
30+
<classpathentry kind="lib" path="libs/apijson-framework-4.3.2.jar"/>
3431
<classpathentry kind="output" path="target/classes"/>
3532
</classpath>

APIJSON-Java-Server/APIJSONBoot/pom.xml

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,29 @@
7272

7373
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
7474

75+
<!-- 可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 本地 jar 包依赖来替代,两种方式二选一 -->
76+
<dependency>
77+
<groupId>com.github.TommyLemon</groupId>
78+
<artifactId>unitauto-java</artifactId>
79+
<version>2.5.3</version>
80+
</dependency>
81+
<dependency>
82+
<groupId>com.github.TommyLemon</groupId>
83+
<artifactId>unitauto-jar</artifactId>
84+
<version>2.5.3</version>
85+
</dependency>
86+
87+
7588
<!-- 可使用 libs 目录的 apijson-framework.jar 和 apijson-orm.jar 本地 jar 包依赖来替代,两种方式二选一 -->
76-
<!-- <dependency>
89+
<dependency>
90+
<groupId>com.github.APIJSON</groupId>
91+
<artifactId>apijson-orm</artifactId>
92+
<version>4.2.3</version>
93+
</dependency>
94+
<!-- <dependency>
7795
<groupId>com.github.APIJSON</groupId>
7896
<artifactId>apijson-framework</artifactId>
79-
<version>4.3.1</version>
97+
<version>4.3.2</version>
8098
</dependency> -->
8199

82100
</dependencies>
@@ -116,8 +134,11 @@
116134
</snapshots>
117135
</repository>
118136
<repository>
119-
<id>jitpack.io</id>
120-
<url>https://jitpack.io</url>
137+
<id>jitpack.io</id>
138+
<url>https://jitpack.io</url>
139+
<snapshots>
140+
<enabled>true</enabled>
141+
</snapshots>
121142
</repository>
122143
</repositories>
123144
<pluginRepositories>
@@ -129,6 +150,10 @@
129150
<id>spring-milestones</id>
130151
<url>http://repo.spring.io/milestone</url>
131152
</pluginRepository>
153+
<pluginRepository>
154+
<id>jitpack.io</id>
155+
<url>https://jitpack.io</url>
156+
</pluginRepository>
132157
</pluginRepositories>
133158

134159
</project>

0 commit comments

Comments
 (0)