|
@@ -19,20 +19,6 @@
|
|
|
<!-- FIXME change it to the project's website -->
|
|
|
<url>http://www.example.com</url>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>snapshots</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>nexus-aliyun</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -113,17 +99,23 @@
|
|
|
<!-- <version>11.2.0.3</version>-->
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.oracle.ojdbc</groupId>
|
|
|
- <artifactId>ojdbc8</artifactId>
|
|
|
- <version>19.3.0.0</version>
|
|
|
- </dependency>
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>com.oracle.ojdbc</groupId>-->
|
|
|
+<!-- <artifactId>ojdbc8</artifactId>-->
|
|
|
+<!-- <version>19.3.0.0</version>-->
|
|
|
+<!-- </dependency>-->
|
|
|
+
|
|
|
+<!-- <dependency>-->
|
|
|
+<!-- <groupId>cn.easyproject</groupId>-->
|
|
|
+<!-- <artifactId>orai18n</artifactId>-->
|
|
|
+<!-- <version>12.1.0.2.0</version>-->
|
|
|
+<!-- <scope>provided</scope>-->
|
|
|
+<!-- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
- <groupId>cn.easyproject</groupId>
|
|
|
- <artifactId>orai18n</artifactId>
|
|
|
- <version>12.1.0.2.0</version>
|
|
|
- <scope>provided</scope>
|
|
|
+ <groupId>com.chinatower.product.chinatower_visual3d</groupId>
|
|
|
+ <artifactId>vastbase</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
</dependency>
|
|
|
|
|
|
|
|
@@ -216,15 +208,12 @@
|
|
|
|
|
|
</build>
|
|
|
|
|
|
- <distributionManagement>
|
|
|
+ <repositories>
|
|
|
<repository>
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
+ <id>chinatower</id>
|
|
|
+ <name>铁塔</name>
|
|
|
+ <url>http://10.38.77.5:8081/repository/maven-public/</url>
|
|
|
</repository>
|
|
|
|
|
|
- <snapshotRepository>
|
|
|
- <id>snapshots</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
|
|
|
- </snapshotRepository>
|
|
|
- </distributionManagement>
|
|
|
+ </repositories>
|
|
|
</project>
|