|
|
@ -3,7 +3,6 @@ |
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
|
|
|
|
<parent> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
@ -11,7 +10,7 @@ |
|
|
|
</parent> |
|
|
|
|
|
|
|
<groupId>com.epmet</groupId> |
|
|
|
<artifactId>epmet-cloud</artifactId> |
|
|
|
<artifactId>epmet-cloud-rizhao</artifactId> |
|
|
|
<version>2.0.0</version> |
|
|
|
<packaging>pom</packaging> |
|
|
|
<description>党群e事通</description> |
|
|
@ -30,7 +29,6 @@ |
|
|
|
<module>epmet-module</module> |
|
|
|
<module>epmet-user</module> |
|
|
|
<module>epmet-openapi</module> |
|
|
|
<module>epmet-commons/epmet-commons-feignclient</module> |
|
|
|
</modules> |
|
|
|
|
|
|
|
<properties> |
|
|
@ -102,21 +100,6 @@ |
|
|
|
</dependencies> |
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
<repositories> |
|
|
|
<repository> |
|
|
|
<id>public</id> |
|
|
|
<name>aliyun nexus</name> |
|
|
|
<url>http://maven.aliyun.com/nexus/content/groups/public/</url> |
|
|
|
<releases> |
|
|
|
<enabled>true</enabled> |
|
|
|
</releases> |
|
|
|
</repository> |
|
|
|
<repository> |
|
|
|
<id>epmet</id> |
|
|
|
<name>maven-releases</name> |
|
|
|
<url>https://nexus.elinkservice.cn/repository/maven-releases/</url> |
|
|
|
</repository> |
|
|
|
</repositories> |
|
|
|
<pluginRepositories> |
|
|
|
<pluginRepository> |
|
|
|
<id>public</id> |
|
|
|