]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
Add mail support
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index 57bec3c39e78d25e73cf6a2d9a28bad9eeb48c04..dde964eaf36a44a8532da398aa85c88cfea769bb 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.12.1-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>com.springsource.com.jcraft.jsch</artifactId>
                </dependency>
 
+               <!-- Scheduling -->
                <dependency>
                        <groupId>com.opensymphony.quartz</groupId>
                        <artifactId>com.springsource.org.quartz</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.context.support</artifactId>
+               </dependency>
+
+               <!-- Mail -->
+               <dependency>
+                       <groupId>javax.mail</groupId>
+                       <artifactId>com.springsource.javax.mail</artifactId>
+               </dependency>
+
+               <!-- TODO: check if necessary here -->
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.transaction</artifactId>
+               </dependency>
+
                <!-- Unit Tests -->
                <dependency>
                        <groupId>org.junit</groupId>