diff options
author | Brett Porter <brett@apache.org> | 2008-06-02 01:28:23 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-06-02 01:28:23 +0000 |
commit | 8b1dbf37ee59d8b130f84c3912c43061c70c9eab (patch) | |
tree | 24affedce46bf81c0299bae0b22572e3b988e913 /archiva-modules/archiva-web/archiva-webdav | |
parent | df373a34dbee2a4cd3580600e1e1a3049b3144ec (diff) | |
download | archiva-8b1dbf37ee59d8b130f84c3912c43061c70c9eab.tar.gz archiva-8b1dbf37ee59d8b130f84c3912c43061c70c9eab.zip |
clean up dependencies
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@662303 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/pom.xml | 107 |
1 files changed, 42 insertions, 65 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index 8d91f8522..5585e04b9 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -30,7 +30,10 @@ <name>Archiva Web :: WebDAV</name> <dependencies> - <!-- Archiva Modules --> + <dependency> + <groupId>org.apache.archiva</groupId> + <artifactId>archiva-configuration</artifactId> + </dependency> <dependency> <groupId>org.apache.archiva</groupId> <artifactId>archiva-repository-layer</artifactId> @@ -44,36 +47,12 @@ <artifactId>archiva-security</artifactId> </dependency> <dependency> - <groupId>org.apache.archiva</groupId> - <artifactId>archiva-configuration</artifactId> - </dependency> - <!-- end Archiva Modules --> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-file</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-api</artifactId> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-webdav</artifactId> </dependency> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-spring</artifactId> - <version>1.0-SNAPSHOT</version> + <groupId>joda-time</groupId> + <artifactId>joda-time</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -81,40 +60,30 @@ <version>2.5.1</version> </dependency> <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-webdav</artifactId> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - </dependency> - <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.0</version> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <scope>provided</scope> </dependency> <dependency> - <groupId>joda-time</groupId> - <artifactId>joda-time</artifactId> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-spring</artifactId> </dependency> <dependency> - <groupId>org.codehaus.plexus.redback</groupId> - <artifactId>redback-xwork-integration</artifactId> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.maven</groupId> + <artifactId>maven-model</artifactId> </dependency> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-slf4j-logging</artifactId> - <scope>runtime</scope> + <groupId>org.codehaus.plexus.redback</groupId> + <artifactId>redback-xwork-integration</artifactId> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -123,21 +92,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.4.3</version> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - </dependency> - <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <version>6.1.5</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.codehaus.plexus.redback</groupId> <artifactId>redback-keys-memory</artifactId> <version>${redback.version}</version> @@ -174,6 +128,17 @@ </exclusions> </dependency> <dependency> + <groupId>xmlunit</groupId> + <artifactId>xmlunit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mortbay.jetty</groupId> + <artifactId>jetty</artifactId> + <version>6.1.5</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-slf4j-logging</artifactId> <scope>test</scope> @@ -184,6 +149,18 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http</artifactId> + <scope>test</scope> + <exclusions> + <!-- This triggers httpunit to use it instead, but it doesn't work --> + <exclusion> + <groupId>nekohtml</groupId> + <artifactId>nekohtml</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> <build> <plugins> |