diff options
Diffstat (limited to 'archiva-webapp/pom.xml')
-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> |