Unverified Commit c63a1160 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

Added JAXB implementation

parent cfcec352
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -207,7 +207,12 @@
		</dependency>
		
		
		  <!-- JAXB Implementation -->
		  <!-- JAXB API and Implementation -->
		 <dependency>
		     <groupId>javax.xml.bind</groupId>
		     <artifactId>jaxb-api</artifactId>
		     <version>2.3.1</version>
		 </dependency>
		<dependency>
		    <groupId>com.sun.xml.bind</groupId>
		    <artifactId>jaxb-impl</artifactId>