ref #9758 try to fix dependency issue in mailing test dependencies
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 17 Sep 2021 05:26:12 +0000 (07:26 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 17 Sep 2021 05:26:12 +0000 (07:26 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1e3eefb09594467a664f04b2795cc499b390ffbe..b829291910f31b9e569a338a0ffe13960cd7f732 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,6 +11,7 @@
   <packaging>pom</packaging>
   <modules>
     <module>cdmlib-commons</module>
+    
     <module>cdmlib-model</module>
        <module>cdmlib-db</module>
     <module>cdmlib-test</module>
         <artifactId>subethasmtp</artifactId>
         <version>3.1.7</version>
         <scope>test</scope>
-      </dependency>    
+      </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 -->