|
|
|
@ -3,8 +3,8 @@ |
|
|
|
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.mc</groupId> |
|
|
|
<artifactId>mc-ddd-framework</artifactId> |
|
|
|
<groupId>com.qniao</groupId> |
|
|
|
<artifactId>java-dependency</artifactId> |
|
|
|
<version>0.0.1-SNAPSHOT</version> |
|
|
|
</parent> |
|
|
|
<artifactId>ztb-spider-handle</artifactId> |
|
|
|
@ -26,10 +26,6 @@ |
|
|
|
<version>3.5.2</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-validation</artifactId> |
|
|
|
</dependency> |
|
|
|
<!-- Swagger 3 --> |
|
|
|
<dependency> |
|
|
|
<groupId>io.springfox</groupId> |
|
|
|
@ -81,9 +77,6 @@ |
|
|
|
<plugin> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<configuration> |
|
|
|
<fork>true</fork> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
|