diff options
author | Brett Porter <brett@apache.org> | 2006-12-11 01:34:21 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2006-12-11 01:34:21 +0000 |
commit | 45a990a4db03b125e15da6b1428eba5b390a4353 (patch) | |
tree | 2d3175f9bdbfc7b5bf27fa7e59a595a3eba80cc5 | |
parent | 69a394c10fab56ea32a5876126a63988ce8e83fe (diff) | |
download | archiva-45a990a4db03b125e15da6b1428eba5b390a4353.tar.gz archiva-45a990a4db03b125e15da6b1428eba5b390a4353.zip |
put back dependencies removed in r482878 as the tests fail otherwise
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@485459 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-webapp/pom.xml | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/archiva-webapp/pom.xml b/archiva-webapp/pom.xml index 0ad8580ac..e1e5a24d7 100644 --- a/archiva-webapp/pom.xml +++ b/archiva-webapp/pom.xml @@ -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> |