]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - dep/org.argeo.slc.dep.agent/pom.xml
Add security perspective
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.agent / pom.xml
index 4eee03fa330d13f1b9264be6c04b8c77eb271990..f63f4bff226537b6130cf6053475ed69703158b5 100644 (file)
@@ -3,13 +3,13 @@
        <parent>
                <groupId>org.argeo.slc</groupId>
                <artifactId>dep</artifactId>
-               <version>0.12.1</version>
+               <version>0.12.2-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.slc.dep</groupId>
        <artifactId>org.argeo.slc.dep.agent</artifactId>
        <packaging>jar</packaging>
-       <name>SLC Dependencies Agent</name>
+       <name>SLC Agent Dependencies</name>
        <dependencies>
                <!--  Commons -->
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.support.ant</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.jcr</artifactId>
+               </dependency>
                <dependency>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.lib.detached</artifactId>
                        <groupId>org.argeo.slc.runtime</groupId>
                        <artifactId>org.argeo.slc.launcher</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.argeo.slc.runtime</groupId>
+                       <artifactId>org.argeo.slc.support.maven</artifactId>
+               </dependency>
 
                <!--  Spring -->
                <dependency>