<artifactId>org.collectionspace.services.config</artifactId>
<name>services.config</name>
<packaging>jar</packaging>
-
+
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>module-xml_merge-common</artifactId>
<version>3.1</version>
<scope>provided</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>xml-apis</groupId>
+ <artifactId>xml-apis</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-basics</artifactId>
</build>
</project>
-
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports</artifactId>
- <version>6.1.1</version>
+ <version>6.3.1</version>
<exclusions>
<exclusion>
<artifactId>itext</artifactId>
</exclusion>
</exclusions>
</dependency>
- <!-- Jasper Reports fonts are still at 4.0.0, but are compatible with later
- software releases - ADR 2012-06-05 -->
- <!-- http://jasperforge.org/plugins/espforum/view.php?group_id=102&forumid=103&topicid=97145 -->
<dependency>
<groupId>net.sf.jasperreports</groupId>
<artifactId>jasperreports-fonts</artifactId>
- <version>4.0.0</version>
+ <version>6.0.0</version>
</dependency>
<!-- For some reason, have to declare this dependency explicitly, ot it does not find it.
- It is a dependency of jasperreports 5.0.1
+ It is a dependency of jasperreports
-->
<dependency>
<groupId>com.lowagie</groupId>