summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2020-08-08 13:32:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-08-08 13:32:28 +0000
commitb4ee676482cbb646e8126f7b87ec1cef483d9050 (patch)
tree55f88571ab34abb89e7651cc852ff439ea7ac627
parentf7b681dfe48e1747eac2ebadba0939bea031d5fa (diff)
parent335b589adbfed9413a43c21af58949d72bfcb3b3 (diff)
Merge "changes for java 11 upgrdation Issue-ID: SO-3073"
-rw-r--r--nova-model/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/nova-model/pom.xml b/nova-model/pom.xml
index 5bea0fe..600bc86 100644
--- a/nova-model/pom.xml
+++ b/nova-model/pom.xml
@@ -21,5 +21,14 @@
<artifactId>jsonassert</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+
+ <groupId>javax.xml.bind</groupId>
+
+ <artifactId>jaxb-api</artifactId>
+
+ <version>2.3.1</version>
+
+ </dependency>
</dependencies>
</project>