summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorraine Welch <lb2391@att.com>2019-07-19 17:25:12 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-19 17:25:12 +0000
commit59b6b42d465680f70334627e032f15a978c5a2c0 (patch)
tree5fa0735b0d0b0b1dc58218a462c0f8e15c923dfe
parent69b62388c2347e3f36552803305dfd71f4358636 (diff)
parent374a7dd45d55f948a80ebd96be38958b2656aa62 (diff)
Merge "NoClassDefFoundError javax/xml/bind/ValidationException"
-rw-r--r--ecomp-portal-BE-common/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml
index 61f166db..58ae5845 100644
--- a/ecomp-portal-BE-common/pom.xml
+++ b/ecomp-portal-BE-common/pom.xml
@@ -180,6 +180,11 @@
<version>${springframework.version}</version>
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.4.0-b180830.0359</version>
+ </dependency>
+ <dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>1.3.0.RELEASE</version>