Author: jdcasey Date: Mon Jul 13 20:42:29 2009 New Revision: 793707 URL: http://svn.apache.org/viewvc?rev=793707&view=rev Log: [MNG-4228] Adding unit tests to verify that selecting a provider for http wagon to use works from maven CLI properties, direct configuration of the wagon manager, and server configuration object passed to the wagon manager.
Modified: maven/maven-2/branches/maven-2.2.x/maven-core/pom.xml Modified: maven/maven-2/branches/maven-2.2.x/maven-core/pom.xml URL: http://svn.apache.org/viewvc/maven/maven-2/branches/maven-2.2.x/maven-core/pom.xml?rev=793707&r1=793706&r2=793707&view=diff ============================================================================== --- maven/maven-2/branches/maven-2.2.x/maven-core/pom.xml (original) +++ maven/maven-2/branches/maven-2.2.x/maven-core/pom.xml Mon Jul 13 20:42:29 2009 @@ -54,8 +54,7 @@ </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <scope>runtime</scope> + <artifactId>wagon-http</artifactId> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -65,7 +64,7 @@ </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-http</artifactId> + <artifactId>wagon-webdav-jackrabbit</artifactId> <scope>runtime</scope> <exclusions> <exclusion>