ref #9771Additional ignore on seupClass, just in case
[cdmlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0dd328b8c84eb87ff43d43c97bece6ee4d95861d..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.26.0</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>
      <!--    <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>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>