Skip to content
Snippets Groups Projects

chore: use solidify-xml

Merged Mathieu.Vonlanthen requested to merge MVO-solidify-xml into master
1 file
+ 2
17
Compare changes
  • Side-by-side
  • Inline
+ 2
17
@@ -36,24 +36,9 @@
<groupId>ch.unige.solidify</groupId>
<artifactId>solidify-model</artifactId>
</dependency>
<!-- JAXB dependencies -->
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
</dependency>
<!--Packaging dependencies -->
<dependency>
<groupId>gov.loc</groupId>
<artifactId>bagit</artifactId>
</dependency>
<!--XLST dependencies -->
<dependency>
<groupId>net.sf.saxon</groupId>
<artifactId>Saxon-HE</artifactId>
<groupId>ch.unige.solidify</groupId>
<artifactId>solidify-xml</artifactId>
</dependency>
<!-- Used for validating URLs -->
<dependency>
Loading