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 2007/02/07 14:02:13 UTC

svn commit: r504534 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: evenisse
Date: Wed Feb  7 05:02:12 2007
New Revision: 504534

URL: http://svn.apache.org/viewvc?view=rev&rev=504534
Log:
Add derby to jetty plugin dependencies

Modified:
    maven/continuum/trunk/continuum-webapp/pom.xml

Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=504534&r1=504533&r2=504534
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Wed Feb  7 05:02:12 2007
@@ -212,6 +212,13 @@
             </systemProperty>
           </systemProperties>
         </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.derby</groupId>
+            <artifactId>derby</artifactId>
+            <version>10.1.3.1</version>
+          </dependency>
+        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>