Add swagger models for swagger endpoint generation
[policy/parent.git] / integration / pom.xml
index d453f53..9284009 100644 (file)
                 </exclusions>
             </dependency>
 
+            <!--  Swagger Models -->
+            <dependency>
+                <groupId>io.swagger</groupId>
+                <artifactId>swagger-models</artifactId>
+                <version>${version.swagger}</version>
+            </dependency>
+
             <!-- Encoder and decoders for various formats -->
             <dependency>
                 <groupId>commons-codec</groupId>