Fix potential ClassNotFound 99/45099/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 27 Apr 2018 12:02:39 +0000 (14:02 +0200)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Fri, 27 Apr 2018 12:02:39 +0000 (14:02 +0200)
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) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b45b764..c79fb90 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                <groupId>org.apache.camel</groupId>
                                                <artifactId>camel-servlet-starter</artifactId>
                                </dependency>
+                               <dependency>
+                                               <groupId>javax.xml.bind</groupId>
+                                               <artifactId>jaxb-api</artifactId>
+                                               <version>2.3.0</version>
+                               </dependency> 
                                <!-- Spring famework -->
                                <dependency>
                                                <groupId>org.springframework.boot</groupId>