ref #9771Additional ignore on seupClass, just in case
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d5c2ffdb4bf26ad8ed78800841301c1f9240241e..b829291910f31b9e569a338a0ffe13960cd7f732 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>eu.etaxonomy</groupId>
   <artifactId>cdmlib-parent</artifactId>
-  <version>5.21.0-SNAPSHOT</version>
+  <version>5.27.0-SNAPSHOT</version>
   <name>CDM Library</name>
   <description>The Java implementation of the Common Data Model (CDM), the data model for EDIT's internet platform for cybertaxonomy.</description>
   <url>http://cybertaxonomy.eu/cdmlib/</url>
@@ -11,6 +11,7 @@
   <packaging>pom</packaging>
   <modules>
     <module>cdmlib-commons</module>
+    
     <module>cdmlib-model</module>
        <module>cdmlib-db</module>
     <module>cdmlib-test</module>
   </organization>
   <developers>
     <developer>
-      <!-- your SVN account id please! -->
       <id>a.kohlbecker</id>
-      <name>
-                Andreas Kohlbecker
-            </name>
+      <name>Andreas Kohlbecker</name>
       <email>a.kohlbecker [at] bgbm.org</email>
-      <organization>
-                Botanical Garden Botanical Museum Berlin
-            </organization>
+      <organization>Botanical Garden Botanical Museum Berlin</organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
       <url />
     </developer>
     <developer>
-      <!-- your SVN account id please! -->
       <id>k.luther</id>
-      <name>
-                Katja Luther
-            </name>
+      <name>Katja Luther</name>
       <email>k.luther [at] bgbm.org</email>
-      <organization>
-                Botanical Garden Botanical Museum Berlin
-            </organization>
+      <organization>Botanical Garden Botanical Museum Berlin</organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
       <url />
     </developer>
     <developer>
-      <!-- your SVN account id please! -->
       <id>a.mueller</id>
-      <name>
-                Andreas Müller
-            </name>
+      <name>Andreas Müller</name>
       <email>a.mueller [at] bgbm.org</email>
-      <organization>
-                Botanical Garden Botanical Museum Berlin
-            </organization>
+      <organization>Botanical Garden Botanical Museum Berlin</organization>
       <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
       <timezone>+1</timezone>
       <roles>
         <role>Release Manager</role>
       </roles>
       <url />
-    </developer>
-          <developer>
-      <!-- your SVN account id please! -->
-      <id>p.plitzner</id>
-      <name>
-               Patrick Plitzner
-            </name>
-      <email>p.plitzner [at] bgbm.org</email>
-      <organization>
-                Botanical Garden Botanical Museum Berlin
-            </organization>
-      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
-      <timezone>+1</timezone>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-      <url />
     </developer>
   </developers>
   <!--contributors> <contributor> <name>Test-Contributor</name> </contributor> 
     <!-- the cdm internal repository -->
     <repository>
       <id>EditRepository</id>
-      <url>http://cybertaxonomy.eu/mavenrepo/</url>
+      <url>https://cybertaxonomy.eu/mavenrepo/</url>
     </repository>
     <!-- apache incubating repository -->
     <repository>
       <id>ApacheIncubating</id>
-      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
+      <url>https://people.apache.org/repo/m2-incubating-repository/</url>
     </repository>
     <!-- Neccessary for hibernate-envers -->
     <repository>
      <!--    <scope>test</scope>  -->
                <version>${project.version}</version>
          </dependency>
+      <dependency>
+        <!-- used in cdmlib-services for the EmailSendTest -->
+        <groupId>org.subethamail</groupId>
+        <artifactId>subethasmtp</artifactId>
+        <version>3.1.7</version>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>javax.activation</groupId>
+        <artifactId>activation</artifactId>
+        <version>1.1.1</version>
+      </dependency>
       <!-- ******* aspect ******* -->
       <dependency>
         <!-- not really needed as long as aspectjweaver is on classpath which is a superset of aspectjrt -->
         <artifactId>commons-imaging</artifactId>
         <version>1.0-alpha2</version>
       </dependency>
+      <dependency>
+        <groupId>org.cybertaxonomy.media</groupId>
+        <artifactId>media-info-model</artifactId>
+        <version>1.1.0</version>
+      </dependency>
       <!-- joda-time -->
       <dependency>
         <groupId>joda-time</groupId>
          <artifactId>tools</artifactId>
          <version>1.8.0</version>
       </dependency>
+      <!-- Email functionality (used in cdmlib-services) -->
+      <dependency>
+        <groupId>javax.mail</groupId>
+        <artifactId>mailapi</artifactId>
+        <version>1.4.3</version>
+      </dependency>
    </dependencies>    
   </dependencyManagement>
 </project>