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

Added JAXB implementation

parent cfcec352
Pipeline #385 passed with stage
in 20 seconds
......@@ -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>
......
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