From: Determe, Sebastien (sd378r) Date: Fri, 27 Apr 2018 12:02:39 +0000 (+0200) Subject: Fix potential ClassNotFound X-Git-Tag: v2.0.0~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=f7855168a38fefe8e488348cbd212bbba581226a Fix potential ClassNotFound Discovered with recent version of java 8 and 9, this dependency should be added by default Issue-ID: CLAMP-151 Change-Id: Ie6c94cff032d6e6d5bb1adeb9deb04371a74d89d Signed-off-by: Determe, Sebastien (sd378r) --- diff --git a/pom.xml b/pom.xml index b45b7648..c79fb908 100644 --- a/pom.xml +++ b/pom.xml @@ -195,6 +195,11 @@ org.apache.camel camel-servlet-starter + + javax.xml.bind + jaxb-api + 2.3.0 + org.springframework.boot