cleanup and javadoc
[cdmlib.git] / cdmlib-services / pom.xml
index 402a4f910a88ef4c6c70087234e3fd697da35635..b9ae42887d2192e6a891cd794347053a1dabe033 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.29.0-SNAPSHOT</version>
+    <version>5.32.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
@@ -21,7 +21,7 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>5.1.1</version>   <!-- updated 2020-09 -->
+        <version>5.1.4</version>   <!-- updated 2022-01 -->
         <extensions>true</extensions>
         <configuration>
           <instructions>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-suggest</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-sandbox</artifactId>
+    </dependency>
     <dependency>
       <groupId>xerces</groupId>
       <artifactId>xercesImpl</artifactId>
         <groupId>org.springframework</groupId>
         <artifactId>spring-context-support</artifactId>
     </dependency>
+    <dependency>  
+        <groupId>net.sf.ehcache</groupId>
+        <artifactId>ehcache</artifactId>
+    </dependency>
     <dependency>
-          <groupId>javax.mail</groupId>
-          <artifactId>javax.mail-api</artifactId>
-        <!-- dependency managed by spring-context-support -->
+        <groupId>com.sun.mail</groupId>
+        <!-- is now jakarate.mail, but wait with update until spring-context-support upgrades -->
+        <artifactId>javax.mail</artifactId>
+        <exclusions>
+            <exclusion>
+                <groupId>javax.activation</groupId>
+                <artifactId>activation</artifactId>
+            </exclusion>
+        </exclusions>
     </dependency>
     <dependency>
         <groupId>org.subethamail</groupId>
         <artifactId>jackson-databind</artifactId>
     </dependency>
     <dependency>
+      <!-- MediaInfoServiceReader uses dozer -->
       <groupId>com.github.dozermapper</groupId>
       <artifactId>dozer-core</artifactId>
     </dependency>