Browse Source

Attempting Swagger Annotation

Kthomas 8 years ago
parent
commit
237fdc4da5
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      pom.xml

+ 5
- 1
pom.xml View File

@@ -37,12 +37,16 @@
37 37
             <artifactId>hsqldb</artifactId>
38 38
             <scope>runtime</scope>
39 39
         </dependency>
40
-
41 40
         <dependency>
42 41
             <groupId>javax.inject</groupId>
43 42
             <artifactId>javax.inject</artifactId>
44 43
             <version>1</version>
45 44
         </dependency>
45
+        <dependency>
46
+            <groupId>com.mangofactory</groupId>
47
+            <artifactId>swagger-springmvc</artifactId>
48
+            <version>1.0.2</version>
49
+        </dependency>
46 50
     </dependencies>
47 51
 
48 52