diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2020-08-08 13:32:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-08 13:32:28 +0000 |
commit | b4ee676482cbb646e8126f7b87ec1cef483d9050 (patch) | |
tree | 55f88571ab34abb89e7651cc852ff439ea7ac627 /nova-model | |
parent | f7b681dfe48e1747eac2ebadba0939bea031d5fa (diff) | |
parent | 335b589adbfed9413a43c21af58949d72bfcb3b3 (diff) |
Merge "changes for java 11 upgrdation Issue-ID: SO-3073"
Diffstat (limited to 'nova-model')
-rw-r--r-- | nova-model/pom.xml | 9 |
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> |