|
@@ -29,7 +29,7 @@
|
|
|
<enabled>true</enabled>
|
|
|
</releases>
|
|
|
</repository>
|
|
|
- <repository>
|
|
|
+ <!--<repository>
|
|
|
<id>persagy</id>
|
|
|
<name>releases Repository</name>
|
|
|
<url>http://47.93.132.139:8081/nexus/content/repositories/persagy/</url>
|
|
@@ -46,7 +46,7 @@
|
|
|
<id>osgeo</id>
|
|
|
<name>Open Source Geospatial Foundation Repository</name>
|
|
|
<url>https://repo.osgeo.org/repository/release/</url>
|
|
|
- </repository>
|
|
|
+ </repository>-->
|
|
|
</repositories>
|
|
|
|
|
|
<properties>
|
|
@@ -55,24 +55,24 @@
|
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
|
- <!--<dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
<version>3.1.0</version>
|
|
|
<scope>provided</scope>
|
|
|
- </dependency>-->
|
|
|
+ </dependency>
|
|
|
<!-- 配置中心(包含注册中心) -->
|
|
|
- <dependency>
|
|
|
+ <!--<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>integrated-config-client</artifactId>
|
|
|
- </dependency>
|
|
|
+ </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
- <artifactId>dmp-digital-starter</artifactId>
|
|
|
+ <artifactId>dmp-amqp-starter</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
|
- <artifactId>dmp-amqp-starter</artifactId>
|
|
|
+ <artifactId>dmp-digital-starter</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.persagy</groupId>
|
|
@@ -89,6 +89,10 @@
|
|
|
<artifactId>dmp-mybatis</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|