dengsixing 1 jaar geleden
bovenliggende
commit
197c962164
1 gewijzigde bestanden met toevoegingen van 5 en 44 verwijderingen
  1. 5 44
      pom.xml

+ 5 - 44
pom.xml

@@ -20,25 +20,6 @@
     <artifactId>4dkankan-center-scene</artifactId>
     <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>-->
-<!--&lt;!&ndash;        <repository>&ndash;&gt;-->
-<!--&lt;!&ndash;            <id>chinatower</id>&ndash;&gt;-->
-<!--&lt;!&ndash;            <url>http://10.38.77.5:8081/repository/maven-public/</url>&ndash;&gt;-->
-<!--&lt;!&ndash;        </repository>&ndash;&gt;-->
-<!--    </repositories>-->
-
     <properties>
         <java.version>1.8</java.version>
         <hutool-version>5.7.17</hutool-version>
@@ -65,23 +46,6 @@
             <artifactId>spring-boot-starter-web</artifactId>
         </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>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-data-redis</artifactId>
@@ -171,16 +135,13 @@
         </plugins>
     </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>