aboutsummaryrefslogtreecommitdiffstats
path: root/models-tosca/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-04-04 13:57:30 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-04 13:57:31 +0000
commita2ec30735da8be9228c4360489660f17030dcb07 (patch)
treeaaf2aecde5679f125b57c633622c7f7574215cde /models-tosca/pom.xml
parent3cf1d9e82557d36da6c8d56dca11ec4cb5b957e6 (diff)
parenta50a7d8414e03af2520ed5e4714af2d28016d238 (diff)
Merge "Add ApiModelProperty annotation to authorative models"
Diffstat (limited to 'models-tosca/pom.xml')
-rw-r--r--models-tosca/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/models-tosca/pom.xml b/models-tosca/pom.xml
index c8fa2520a..5b857c13b 100644
--- a/models-tosca/pom.xml
+++ b/models-tosca/pom.xml
@@ -68,6 +68,11 @@
<artifactId>mariadb-java-client</artifactId>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>io.swagger</groupId>
+ <artifactId>swagger-jersey2-jaxrs</artifactId>
+ </dependency>
</dependencies>
</project>