|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<parent>
|
|
|
<groupId>org.springframework.boot</groupId>
|
...
|
...
|
@@ -79,30 +79,26 @@ |
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
<<<<<<< Updated upstream
|
|
|
<dependency>
|
|
|
<groupId>com.tianbo</groupId>
|
|
|
<artifactId>util</artifactId>
|
|
|
<version>1.0-SNAPSHOT</version>
|
|
|
</dependency>
|
|
|
=======
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.tianbo</groupId>-->
|
|
|
<!--<artifactId>util</artifactId>-->
|
|
|
<!--<version>1.0-SNAPSHOT</version>-->
|
|
|
<!--</dependency>-->
|
|
|
>>>>>>> Stashed changes
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<version>2.4</version>
|
|
|
<classifier>jdk15</classifier>
|
|
|
</dependency>
|
|
|
<!--<dependency>-->
|
|
|
<!--<groupId>com.fasterxml.jackson.core</groupId>-->
|
|
|
<!--<artifactId>jackson-core</artifactId>-->
|
|
|
<!--<version>2.9.5</version>-->
|
|
|
<!--</dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<version>2.4</version>
|
|
|
<classifier>jdk15</classifier>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>net.sf.json-lib</groupId>
|
|
|
<artifactId>json-lib</artifactId>
|
|
|
<version>2.4</version>
|
|
|
<classifier>jdk15</classifier>
|
|
|
</dependency>
|
|
|
<!--集成swagger2,下面两个spring的配置解决springboot包 与swagger2的包冲突问题,生产部署的时候记得要去掉此swagger2的配置,开发环境开启-->
|
|
|
<!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui -->
|
|
|
<dependency>
|
...
|
...
|
@@ -205,6 +201,7 @@ |
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
|
|
|
<plugin>
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
<executions>
|
...
|
...
|
@@ -222,7 +219,7 @@ |
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
|
|
|
</plugins>
|
|
|
</build>
|
|
|
|
|
|
</project> |
...
|
...
|
|