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

Added JAXB implementation

parent 4405a4aa
Pipeline #384 passed with stage
in 22 seconds
......@@ -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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment