]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
Upgrade Equinox to 3.5
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index 57bec3c39e78d25e73cf6a2d9a28bad9eeb48c04..189a8da9f1747861339f63f569facdf3c39f5435 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>
+
+               <!-- SVN -->
+               <dependency>
+                       <groupId>com.svnkit</groupId>
+                       <artifactId>com.springsource.org.tmatesoft.svn</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>