]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-630: Remove conflicting xml-apis dependency.
authorRay Lee <ray.lee@lyrasis.org>
Thu, 9 May 2019 06:18:54 +0000 (23:18 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Thu, 9 May 2019 17:48:24 +0000 (10:48 -0700)
services/config/pom.xml
services/report/pom.xml

index 1e962443291e1458d298a5edf746444abd63accf..acbace95f011e7f193055dfe4b00b85eeb147954 100644 (file)
@@ -10,7 +10,7 @@
     <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>
@@ -40,7 +46,7 @@
             <groupId>commons-io</groupId>
             <artifactId>commons-io</artifactId>
         </dependency>
-        
+
                <dependency>
                        <groupId>org.jvnet.jaxb2_commons</groupId>
                        <artifactId>jaxb2-basics</artifactId>
@@ -72,4 +78,3 @@
     </build>
 
 </project>
-
index d81e56744327753164ce3b2da2a38b5c7693752b..69a23bb78bf0bcfbd250835366c2da0ac88a6135 100644 (file)
@@ -18,7 +18,7 @@
                <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>