Browse Source

pom 引入swagger和flowable

master
PoffyZhang 1 year ago
parent
commit
6b7c23c101
2 changed files with 14 additions and 20 deletions
  1. +8
    -8
      pmapi/pom.xml
  2. +6
    -12
      pom.xml

+ 8
- 8
pmapi/pom.xml View File

@@ -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>


+ 6
- 12
pom.xml View File

@@ -87,20 +87,14 @@
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>1.6.5</version>
<groupId>com.ningdatech</groupId>
<artifactId>nd-swagger2-starter</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.github.xiaoymin</groupId>
<artifactId>knife4j-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
</exclusion>
</exclusions>
<version>2.0.9</version>
<groupId>com.ningdatech</groupId>
<artifactId>nd-flowable-starter</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>


Loading…
Cancel
Save