You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/08/28 18:17:35 UTC

svn commit: r437738 - /maven/continuum/trunk/pom.xml

Author: evenisse
Date: Mon Aug 28 09:17:34 2006
New Revision: 437738

URL: http://svn.apache.org/viewvc?rev=437738&view=rev
Log:
Add continuum-webapp in dependencyManagement

Modified:
    maven/continuum/trunk/pom.xml

Modified: maven/continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/pom.xml?rev=437738&r1=437737&r2=437738&view=diff
==============================================================================
--- maven/continuum/trunk/pom.xml (original)
+++ maven/continuum/trunk/pom.xml Mon Aug 28 09:17:34 2006
@@ -267,6 +267,12 @@
         <version>1.1-SNAPSHOT</version>
       </dependency>
       <dependency>
+        <groupId>org.apache.maven.continuum</groupId>
+        <artifactId>continuum-webapp</artifactId>
+        <version>1.1-SNAPSHOT</version>
+        <type>war</type>
+      </dependency>
+      <dependency>
         <groupId>org.apache.maven.continuum.jpox</groupId>
         <artifactId>jpox</artifactId>
         <version>1.1.0-20060413</version>