fix #10090 revert init strategy and catch LIE in getCollectorTitleCache()
[cdmlib.git] / cdmlib-remote / pom.xml
index 8bee2dba6ec559fd18579b47dd715bcb2b7f492d..c7f4a035af8d0c43fcbd2ae2a0443bdb8a06faac 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.26.0</version>
+    <version>5.32.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -25,7 +25,8 @@
     <plugins>
       <plugin>
         <artifactId>maven-resources-plugin</artifactId>
-        <version>2.7</version>
+               <!-- TODO upgrading to 3.2.0 shows an exception, needs further research -->
+        <version>3.1.0</version>
         <executions>
           <execution>
             <id>copy-resources</id>
@@ -57,7 +58,6 @@
         <groupId>eu.etaxonomy</groupId>
         <artifactId>cdmlib-test</artifactId>
         <scope>test</scope>
-        <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
         <groupId>com.github.dozermapper</groupId>
         <artifactId>dozer-spring4</artifactId>
     </dependency>
-    <dependency>
-      <groupId>net.sf.json-lib</groupId>
-      <artifactId>json-lib</artifactId>
-      <classifier>jdk15</classifier>
-    </dependency>
     <dependency>
       <groupId>org.json</groupId>
       <artifactId>json</artifactId>
       <groupId>de.digitalcollections.iiif</groupId>
       <artifactId>iiif-apis</artifactId>
     </dependency>
+    
+    <!-- only until problems in LoggingConfigurator are solved -->
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
+    
   </dependencies>
 </project>