You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2006/12/11 02:34:22 UTC

svn commit: r485459 - /maven/archiva/trunk/archiva-webapp/pom.xml

Author: brett
Date: Sun Dec 10 17:34:21 2006
New Revision: 485459

URL: http://svn.apache.org/viewvc?view=rev&rev=485459
Log:
put back dependencies removed in r482878 as the tests fail otherwise


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

Modified: maven/archiva/trunk/archiva-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-webapp/pom.xml?view=diff&rev=485459&r1=485458&r2=485459
==============================================================================
--- maven/archiva/trunk/archiva-webapp/pom.xml (original)
+++ maven/archiva/trunk/archiva-webapp/pom.xml Sun Dec 10 17:34:21 2006
@@ -56,23 +56,18 @@
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-app-configuration-web</artifactId>
     </dependency>
-    <!--
-   <dependency>
-     <groupId>org.codehaus.plexus</groupId>
-     <artifactId>plexus-xwork-integration</artifactId>
-     <version>1.0-alpha-2</version>
-   </dependency>
-   <dependency>
-     <groupId>org.codehaus.plexus</groupId>
-     <artifactId>plexus-log4j-logging</artifactId>
-     <version>1.1-alpha-2</version>
-   </dependency>
-   <dependency>
-     <groupId>commons-logging</groupId>
-     <artifactId>commons-logging</artifactId>
-     <version>1.0.4</version>
-   </dependency>
-    -->
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-log4j-logging</artifactId>
+      <version>1.1-alpha-2</version>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>1.0.4</version>
+      <scope>runtime</scope>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-http-lightweight</artifactId>