|
@@ -25,20 +25,6 @@
|
|
|
<java.version>1.8</java.version>
|
|
|
</properties>
|
|
|
|
|
|
- <!-- 配置远程发布到私服,mvn deploy -->
|
|
|
-<!-- <distributionManagement>-->
|
|
|
-<!-- <repository>-->
|
|
|
-<!-- <id>rdc-releases</id>-->
|
|
|
-<!-- <name>Omlrdc</name>-->
|
|
|
-<!-- <url>https://repo.rdc.aliyun.com/repository/136471-release-drEU5y/</url>-->
|
|
|
-<!-- </repository>-->
|
|
|
-<!-- <snapshotRepository>-->
|
|
|
-<!-- <id>rdc-snapshots</id>-->
|
|
|
-<!-- <name>Omlrdc</name>-->
|
|
|
-<!-- <url>https://repo.rdc.aliyun.com/repository/136471-snapshot-WhviYl/</url>-->
|
|
|
-<!-- </snapshotRepository>-->
|
|
|
-<!-- </distributionManagement>-->
|
|
|
-
|
|
|
<dependencies>
|
|
|
<dependency>
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
@@ -51,11 +37,6 @@
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
-<!-- <dependency>-->
|
|
|
-<!-- <groupId>com.huimv</groupId>-->
|
|
|
-<!-- <artifactId>common</artifactId>-->
|
|
|
-<!-- <version>0.0.1-SNAPSHOT</version>-->
|
|
|
-<!-- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>com.huimv</groupId>
|
|
|
<artifactId>huimv-common</artifactId>
|