|
@@ -69,11 +69,6 @@
|
|
|
<groupId>com.persagy</groupId>
|
|
|
<artifactId>dmp-server</artifactId>
|
|
|
</dependency>
|
|
|
- <!--<dependency>
|
|
|
- <groupId>com.alibaba</groupId>
|
|
|
- <artifactId>fastjson</artifactId>
|
|
|
- <version>1.2.47</version>
|
|
|
- </dependency>-->
|
|
|
<dependency>
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
@@ -95,13 +90,13 @@
|
|
|
<artifactId>guava</artifactId>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
<groupId>org.geotools</groupId>
|
|
|
<artifactId>gt-main</artifactId>
|
|
|
<version>23.0</version>
|
|
|
</dependency>
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-web</artifactId>
|
|
|
- </dependency>
|
|
|
</dependencies>
|
|
|
</project>
|