Use version properties for modules dependencies
[lgpl/argeo-commons.git] / security / features / org.argeo.security.dep.node.rap / pom.xml
index 5c1793877124c622e6d2489defca483aa258adb3..2250c50d37cee020ecc97b03ce1326da4fe6d538 100644 (file)
@@ -1,4 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
        <modelVersion>4.0.0</modelVersion>
        <parent>
                <groupId>org.argeo.commons.security</groupId>
                                <groupId>org.argeo.maven.plugins</groupId>
                                <artifactId>maven-argeo-osgi-plugin</artifactId>
                        </plugin>
-<!--                   <plugin>-->
-<!--                           <groupId>org.apache.maven.plugins</groupId>-->
-<!--                           <artifactId>maven-assembly-plugin</artifactId>-->
-<!--                           <configuration>-->
-<!--                                   <descriptors>-->
-<!--                                           <descriptor>src/assembly/dist.xml</descriptor>-->
-<!--                                   </descriptors>-->
-<!--                           </configuration>-->
-<!--                           <executions>-->
-<!--                                   <execution>-->
-<!--                                           <id>attach-assembly</id>-->
-<!--                                           <phase>package</phase>-->
-<!--                                           <goals>-->
-<!--                                                   <goal>single</goal>-->
-<!--                                           </goals>-->
-<!--                                   </execution>-->
-<!--                           </executions>-->
-<!--                   </plugin>-->
+                       <!-- <plugin> -->
+                       <!-- <groupId>org.apache.maven.plugins</groupId> -->
+                       <!-- <artifactId>maven-assembly-plugin</artifactId> -->
+                       <!-- <configuration> -->
+                       <!-- <descriptors> -->
+                       <!-- <descriptor>src/assembly/dist.xml</descriptor> -->
+                       <!-- </descriptors> -->
+                       <!-- </configuration> -->
+                       <!-- <executions> -->
+                       <!-- <execution> -->
+                       <!-- <id>attach-assembly</id> -->
+                       <!-- <phase>package</phase> -->
+                       <!-- <goals> -->
+                       <!-- <goal>single</goal> -->
+                       <!-- </goals> -->
+                       <!-- </execution> -->
+                       <!-- </executions> -->
+                       <!-- </plugin> -->
                </plugins>
        </build>
        <dependencies>
                        <artifactId>org.argeo.security.ui.rap</artifactId>
                        <version>0.3.1-SNAPSHOT</version>
                </dependency>
+
+               <!-- For Tomcat deployment -->
+               <dependency>
+                       <groupId>org.argeo.commons.server</groupId>
+                       <artifactId>org.argeo.server.osgi.webapp</artifactId>
+                       <version>${version.argeo-commons}</version>
+               </dependency>
        </dependencies>
 </project>