diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-18 13:33:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-18 13:33:50 +0000 |
commit | 093c30c616a161f247189ccd9add62324f18139b (patch) | |
tree | 931f06c1a02e66bcf329f7bdbd3a7991693363a6 /models-interactions/model-impl/rest/pom.xml | |
parent | bd9ca66610d6ffabd689eba4dbba8f4f89ef9c61 (diff) | |
parent | 175aa75c1a4b1f0cee27d534831ff9382c83047a (diff) |
Merge "Use lombok annotations for tosca, rest, sdnc"
Diffstat (limited to 'models-interactions/model-impl/rest/pom.xml')
-rw-r--r-- | models-interactions/model-impl/rest/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/models-interactions/model-impl/rest/pom.xml b/models-interactions/model-impl/rest/pom.xml index a7519080a..f773c0f45 100644 --- a/models-interactions/model-impl/rest/pom.xml +++ b/models-interactions/model-impl/rest/pom.xml @@ -43,11 +43,6 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>javax.xml.bind</groupId> - <artifactId>jaxb-api</artifactId> - <version>${version.javax.bind}</version> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> |