aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJoakim Erdfelt <joakime@apache.org>2007-11-08 15:42:58 +0000
committerJoakim Erdfelt <joakime@apache.org>2007-11-08 15:42:58 +0000
commit8c35e1bbf2009a9fc2983e7a5f3a8e9456570ae9 (patch)
tree568e7d748fd4fde91d0c0bebb9f82ace136cf57e /pom.xml
parent352479d4c9b7f9ef73dbbc2fb268ef0bfe37ef33 (diff)
downloadarchiva-8c35e1bbf2009a9fc2983e7a5f3a8e9456570ae9.tar.gz
archiva-8c35e1bbf2009a9fc2983e7a5f3a8e9456570ae9.zip
[MRM-459] prune the distributed dependencies
Removing commons-logging-api everywhere Removing slf4j-simple Removing velocity-dep git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@593206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 16 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 39c90e752..d03101a1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -357,11 +357,6 @@
<version>1.0.4</version>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging-api</artifactId>
- <version>1.0.4</version>
- </dependency>
- <dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.1.3.1</version>
@@ -544,6 +539,12 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-slf4j-logging</artifactId>
<version>1.1-alpha-1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
@@ -559,6 +560,12 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xwork-integration</artifactId>
<version>1.0-alpha-7</version>
+ <exclusions>
+ <exclusion>
+ <groupId>velocity</groupId>
+ <artifactId>velocity-dep</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.plexus.cache</groupId>
@@ -653,6 +660,10 @@
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>