|
|
@@ -63,20 +63,20 @@ |
|
|
|
<artifactId>tomcat-embed-core</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.swagger</groupId> |
|
|
|
<artifactId>swagger-models</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.xiaoymin</groupId> |
|
|
|
<artifactId>knife4j-spring-boot-starter</artifactId> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-swagger2-starter</artifactId> |
|
|
|
<exclusions> |
|
|
|
<exclusion> |
|
|
|
<groupId>io.swagger</groupId> |
|
|
|
<artifactId>swagger-models</artifactId> |
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
<artifactId>slf4j-log4j12</artifactId> |
|
|
|
</exclusion> |
|
|
|
</exclusions> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ningdatech</groupId> |
|
|
|
<artifactId>nd-flowable-starter</artifactId> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-validation</artifactId> |
|
|
|
</dependency> |
|
|
|