diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2019-04-04 13:57:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-04 13:57:31 +0000 |
commit | a2ec30735da8be9228c4360489660f17030dcb07 (patch) | |
tree | aaf2aecde5679f125b57c633622c7f7574215cde /models-tosca/pom.xml | |
parent | 3cf1d9e82557d36da6c8d56dca11ec4cb5b957e6 (diff) | |
parent | a50a7d8414e03af2520ed5e4714af2d28016d238 (diff) |
Merge "Add ApiModelProperty annotation to authorative models"
Diffstat (limited to 'models-tosca/pom.xml')
-rw-r--r-- | models-tosca/pom.xml | 5 |
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> |