deason 5 years ago
parent
commit
2dce32202a
1 changed files with 10 additions and 0 deletions
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -73,6 +73,16 @@
                 <artifactId>javassist</artifactId>
                 <version>3.26.0-GA</version>
             </dependency>
+            <dependency>
+                <groupId>io.swagger</groupId>
+                <artifactId>swagger-annotations</artifactId>
+                <version>1.5.24</version>
+            </dependency>
+            <dependency>
+                <groupId>io.swagger</groupId>
+                <artifactId>swagger-models</artifactId>
+                <version>1.5.24</version>
+            </dependency>
             <dependency>
                 <groupId>io.springfox</groupId>
                 <artifactId>springfox-swagger2</artifactId>