diff options
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 8 | ||||
-rw-r--r-- | pom.xml | 10 |
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> @@ -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> |