Commit 85a855d1 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Added maven dependency to provide JAXB

parent 2933e889
...@@ -95,5 +95,10 @@ ...@@ -95,5 +95,10 @@
<artifactId>guava</artifactId> <artifactId>guava</artifactId>
<version>18.0</version> <version>18.0</version>
</dependency> </dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
Markdown is supported
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