Code Review
/
so
/
libs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
09555ce
)
changes for java 11 upgrdation
07/110807/1
author
arun chapagain
<arun.chapagain@huawei.com>
Fri, 31 Jul 2020 11:29:19 +0000
(16:59 +0530)
committer
arun chapagain
<arun.chapagain@huawei.com>
Fri, 31 Jul 2020 11:35:29 +0000
(17:05 +0530)
Issue-ID: SO-3073
Signed-off-by: arun chapagain <arun.chapagain@huawei.com>
Change-Id: I78809c7678b6680cb2433e5234fa9bd2aa18e1e2
nova-model/pom.xml
patch
|
blob
|
history
diff --git
a/nova-model/pom.xml
b/nova-model/pom.xml
index
5bea0fe
..
600bc86
100644
(file)
--- 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>