diff options
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index d453f533..92840093 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -200,6 +200,13 @@ </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> |