Author: hboutemy Date: Sun Jul 24 22:21:17 2011 New Revision: 1150504 URL: http://svn.apache.org/viewvc?rev=1150504&view=rev Log: [MSITE-599] reverted unwanted part of commit
Modified: maven/plugins/trunk/maven-site-plugin/pom.xml Modified: maven/plugins/trunk/maven-site-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1150504&r1=1150503&r2=1150504&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-site-plugin/pom.xml Sun Jul 24 22:21:17 2011 @@ -337,12 +337,42 @@ under the License. <artifactId>wagon-provider-api</artifactId> <version>${wagonVersion}</version> </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-file</artifactId> + <version>${wagonVersion}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-http-lightweight</artifactId> + <version>${wagonVersion}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh</artifactId> + <version>${wagonVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh-external</artifactId> + <version>${wagonVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ftp</artifactId> + <version>${wagonVersion}</version> + <scope>runtime</scope> + </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-webdav-jackrabbit</artifactId> <version>${wagonVersion}</version> - <scope>test</scope> + <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> @@ -351,6 +381,27 @@ under the License. </exclusions> </dependency> + <dependency> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-scm</artifactId> + <version>${wagonVersion}</version> + <scope>runtime</scope> + </dependency> + + <!-- adding at least svn --> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-api</artifactId> + <version>${scmVersion}</version> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.apache.maven.scm</groupId> + <artifactId>maven-scm-provider-svnexe</artifactId> + <version>${scmVersion}</version> + <scope>runtime</scope> + </dependency> + <!-- Plexus --> <dependency> <groupId>org.codehaus.plexus</groupId>