summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames William Dumay <jdumay@apache.org>2008-07-05 09:43:42 +0000
committerJames William Dumay <jdumay@apache.org>2008-07-05 09:43:42 +0000
commitd3bb6ccbcb978d68c51b5b328c7346071cd2a8ec (patch)
tree861492cd5abf51317ee0f208ab1ab19834f5a9e8
parent5378f9b2f53bae243d2cd11933baa7dfd27df4bd (diff)
downloadarchiva-d3bb6ccbcb978d68c51b5b328c7346071cd2a8ec.tar.gz
archiva-d3bb6ccbcb978d68c51b5b328c7346071cd2a8ec.zip
MRM-829 - Replace Company POM feature with simple Appearence customisation
* removing unneeded dependencies git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@674170 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml8
-rw-r--r--pom.xml10
2 files changed, 0 insertions, 18 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index a3a575535..310f435c9 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -107,14 +107,6 @@
<artifactId>jstl</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-app-configuration-model</artifactId>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-app-configuration-web</artifactId>
- </dependency>
- <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-slf4j-logging</artifactId>
<scope>runtime</scope>
diff --git a/pom.xml b/pom.xml
index e6a424eed..94760b33f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -519,16 +519,6 @@
<version>${maven.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-app-configuration-model</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
- <groupId>org.apache.maven.shared</groupId>
- <artifactId>maven-app-configuration-web</artifactId>
- <version>1.0</version>
- </dependency>
- <dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-api</artifactId>
<version>1.0-alpha-22</version>