|
@@ -20,25 +20,6 @@
|
|
<artifactId>4dkankan-center-scene</artifactId>
|
|
<artifactId>4dkankan-center-scene</artifactId>
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
<version>2.0.0-SNAPSHOT</version>
|
|
|
|
|
|
-<!-- <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>-->
|
|
|
|
-<!--<!– <repository>–>-->
|
|
|
|
-<!--<!– <id>chinatower</id>–>-->
|
|
|
|
-<!--<!– <url>http://10.38.77.5:8081/repository/maven-public/</url>–>-->
|
|
|
|
-<!--<!– </repository>–>-->
|
|
|
|
-<!-- </repositories>-->
|
|
|
|
-
|
|
|
|
<properties>
|
|
<properties>
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
<hutool-version>5.7.17</hutool-version>
|
|
<hutool-version>5.7.17</hutool-version>
|
|
@@ -65,23 +46,6 @@
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-boot-starter-web</artifactId>-->
|
|
|
|
-<!-- <exclusions>-->
|
|
|
|
-<!-- <exclusion>-->
|
|
|
|
-<!-- <groupId>org.springframework</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-web</artifactId>-->
|
|
|
|
-<!-- </exclusion>-->
|
|
|
|
-<!-- </exclusions>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
-<!-- <dependency>-->
|
|
|
|
-<!-- <groupId>org.springframework</groupId>-->
|
|
|
|
-<!-- <artifactId>spring-web</artifactId>-->
|
|
|
|
-<!-- <version>5.2.16.RELEASE</version>-->
|
|
|
|
-<!-- </dependency>-->
|
|
|
|
-
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
<artifactId>spring-boot-starter-data-redis</artifactId>
|
|
@@ -171,16 +135,13 @@
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|
|
|
|
|
|
- <distributionManagement>
|
|
|
|
|
|
+ <repositories>
|
|
<repository>
|
|
<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>
|
|
</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>
|
|
</project>
|