ref #10222 add name relations parameter
[cdmlib.git] / cdmlib-io / pom.xml
index bb160585e62f2306197603fd75537949e6d2ed5c..6d034187c69cbaeba8a43dbbecde0d9bd20be41f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.32.0-SNAPSHOT</version>
+    <version>5.38.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
     </dependency>
     <dependency>
                <groupId>org.apache.jena</groupId>
-               <artifactId>jena-tdb</artifactId>       
+               <artifactId>jena-tdb</artifactId>
+               <exclusions>
+                 <exclusion>
+                   <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+                 </exclusion>
+                 <exclusion>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+          </exclusion>
+               </exclusions>
        </dependency>
     <dependency>
       <groupId>org.docx4j</groupId>