]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/pom.xml
Use goal deploy when releasing
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / pom.xml
index b0d66be2e35b97453443d9f5a9b6e2e1e41dade4..ea8c975be332e60a6feb1ff641753b4cf8b2b34e 100644 (file)
@@ -4,12 +4,12 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>runtime</artifactId>
-               <version>0.11.4-SNAPSHOT</version>
+               <version>0.11.5-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.runtime</groupId>
        <artifactId>org.argeo.slc.support.simple</artifactId>
-       <name>Argeo SLC Support Simple</name>
+       <name>SLC Support Simple</name>
        <description>Basic implementations of SLC Specifications</description>
        <build>
                <plugins>
                        <artifactId>com.springsource.org.quartz</artifactId>
                </dependency>
 
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.context.support</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>org.springframework.transaction</artifactId>
+               </dependency>
+
                <!-- Unit Tests -->
                <dependency>
                        <groupId>org.junit</groupId>