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

Added JAXB implementation

parent 4405a4aa
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -205,6 +205,15 @@
		  <artifactId>jena-text</artifactId>
		  <version>3.13.0</version>
		</dependency>
		
		
		  <!-- JAXB Implementation -->
		<dependency>
		    <groupId>com.sun.xml.bind</groupId>
		    <artifactId>jaxb-impl</artifactId>
		    <version>3.0.1</version>
		    <scope>runtime</scope>
		</dependency>
	</dependencies>

	<build>