ref #10322 remove "-" for empty common name language
[cdmlib.git] / cdmlib-services / pom.xml
index c26ce86616a8b0c4094b69b169519574c0ea68b4..f878ec2f97c067ece48c1a99591c601e12df2ca2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.30.0-SNAPSHOT</version>
+    <version>5.43.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
       <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>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>