cleanup and javadoc
[cdmlib.git] / cdmlib-services / pom.xml
index 4a769fb5c2676c610f60bd5b02af1169a70f2c29..b9ae42887d2192e6a891cd794347053a1dabe033 100644 (file)
@@ -1,23 +1,19 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <!--
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
-   -->
+  <!-- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" -->
   <parent>
     <groupId>eu.etaxonomy</groupId>
     <artifactId>cdmlib-parent</artifactId>
-    <version>5.22.0</version>
+    <version>5.32.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>cdmlib-services</artifactId>    
+  <artifactId>cdmlib-services</artifactId>
   <name>CDM Services</name>
   <description>EDIT CDM library services. The local API and basis for webservices too.</description>
-  <!-- 
-        cdmlib/services as osgi bundle?
-       see https://dev.e-taxonomy.eu/redmine/issues/5302 and https://dev.e-taxonomy.eu/redmine/issues/6695 
-  -->
+  <!-- cdmlib/services as osgi bundle? see https://dev.e-taxonomy.eu/redmine/issues/5302 
+    and https://dev.e-taxonomy.eu/redmine/issues/6695 -->
   <packaging>bundle</packaging>
 
   <build>
@@ -25,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.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>-Xms256m -Xmx512m -Dfile.encoding=${project.build.sourceEncoding}</argLine>
+          <argLine>-Xms256m -Xmx512m
+            -Dfile.encoding=${project.build.sourceEncoding}</argLine>
         </configuration>
       </plugin>
-   </plugins>
+    </plugins>
   </build>
   <dependencies>
     <dependency>
-        <!-- see comment on <packaging> above for why osgi is required -->
-        <groupId>org.osgi</groupId>
-        <artifactId>osgi.core</artifactId>
+      <!-- see comment on <packaging> above for why osgi is required -->
+      <groupId>org.osgi</groupId>
+      <artifactId>osgi.core</artifactId>
     </dependency>
     <dependency>
       <groupId>eu.etaxonomy</groupId>
       <scope>test</scope>
     </dependency>
     <dependency>
-       <groupId>org.apache.lucene</groupId>
-       <artifactId>lucene-highlighter</artifactId>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-highlighter</artifactId>
     </dependency>
     <dependency>
-       <groupId>org.apache.lucene</groupId>
-       <artifactId>lucene-grouping</artifactId>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-grouping</artifactId>
     </dependency>
     <dependency>
-       <groupId>org.apache.lucene</groupId>
-       <artifactId>lucene-join</artifactId>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-join</artifactId>
     </dependency>
     <dependency>
-       <groupId>org.apache.lucene</groupId>
-       <artifactId>lucene-suggest</artifactId>
+      <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>
-<!--       <exclusions> -->
-<!--         <exclusion> -->
-<!--           <groupId>xml-apis</groupId> -->
-<!--           <artifactId>xml-apis</artifactId> -->
-<!--         </exclusion> -->
-<!--       </exclusions> -->
+      <!-- <exclusions> -->
+      <!-- <exclusion> -->
+      <!-- <groupId>xml-apis</groupId> -->
+      <!-- <artifactId>xml-apis</artifactId> -->
+      <!-- </exclusion> -->
+      <!-- </exclusions> -->
     </dependency>
     <dependency>
-        <groupId>org.springframework.security</groupId>
-        <artifactId>spring-security-config</artifactId>
+      <groupId>org.springframework.security</groupId>
+      <artifactId>spring-security-config</artifactId>
+    </dependency>
+    <!-- needed for JavaMailSender -->
+    <dependency>
+        <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>subethasmtp</artifactId>
+        <scope>test</scope>
+    </dependency>    
+    <!-- =========================== -->
     <dependency>
       <groupId>com.ibm.lsid</groupId>
       <artifactId>lsid-server</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.cybertaxonomy.media</groupId>
+      <artifactId>media-info-model</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.fasterxml.jackson.core</groupId>
+        <artifactId>jackson-databind</artifactId>
+    </dependency>
+    <dependency>
+      <!-- MediaInfoServiceReader uses dozer -->
+      <groupId>com.github.dozermapper</groupId>
+      <artifactId>dozer-core</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>com.google.guava</groupId>
+        <artifactId>guava</artifactId>
+    </dependency>
+    <dependency>
+        <groupId>org.apache.commons</groupId>
+        <artifactId>commons-text</artifactId>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file