[maven-release-plugin] copy for tag argeo-commons-0.1.1
[lgpl/argeo-commons.git] / security / modules / pom.xml
index a435223a1bfafef4a447866cdbea960298b49b62..dbe7db987464968480af99474d9e12527929ee02 100644 (file)
@@ -2,14 +2,14 @@
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons</groupId>
-               <version>0.1.1-SNAPSHOT</version>
+               <version>0.1.1</version>
                <artifactId>server</artifactId>
                <relativePath>..</relativePath>
        </parent>
        <groupId>org.argeo.security</groupId>
        <artifactId>modules</artifactId>
        <packaging>bundles</packaging>
-       <name>Commons Server Modules</name>
+       <name>Commons Security Modules</name>
        <build>
                <plugins>
                        <plugin>
                        </plugin>
                </plugins>
        </build>
+       <dependencies>
+               <!-- Argeo -->
+               <dependency>
+                       <groupId>org.argeo.commons.security</groupId>
+                       <artifactId>org.argeo.security.mvc</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.security</groupId>
+                       <artifactId>org.argeo.security.ria</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.json</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+
+               <!-- OSGi -->
+               <dependency>
+                       <groupId>org.argeo.commons.osgi</groupId>
+                       <artifactId>org.argeo.osgi.boot</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
+
+               <!--  Commons Dep -->
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.dep.tomcat</artifactId>
+                       <version>0.1.1</version>
+                       <type>pom</type>
+               </dependency>
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.dep.ads</artifactId>
+                       <version>0.1.1</version>
+                       <type>pom</type>
+               </dependency>
+
+               <!-- Spring -->
+               <dependency>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.extender</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework.osgi</groupId>
+                       <artifactId>org.springframework.osgi.web.extender</artifactId>
+               </dependency>
+       </dependencies>
 </project>
\ No newline at end of file