Revision: 100 http://mvn-infix.svn.sourceforge.net/mvn-infix/?rev=100&view=rev Author: bindul Date: 2010-12-21 03:26:06 +0000 (Tue, 21 Dec 2010)
Log Message: ----------- Some dependency updates Modified Paths: -------------- infix-parent/trunk/pom.xml plugins/sfnet-mvnrepo-plugin/trunk/pom.xml Modified: infix-parent/trunk/pom.xml =================================================================== --- infix-parent/trunk/pom.xml 2010-12-21 02:57:17 UTC (rev 99) +++ infix-parent/trunk/pom.xml 2010-12-21 03:26:06 UTC (rev 100) @@ -526,6 +526,13 @@ <scope>compile</scope> </dependency> <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> + <version>${maven.core.version}</version> + <type>jar</type> + <scope>compile</scope> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> <version>3.0-alpha-2</version> @@ -606,6 +613,13 @@ <type>jar</type> <scope>compile</scope> </dependency> + <dependency> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + <version>1.0.1</version> + <type>jar</type> + <scope>compile</scope> + </dependency> <!-- Test dependencies --> <!-- Some test dependencies are marked as compile dependencies as they are required in the test util --> <dependency> Modified: plugins/sfnet-mvnrepo-plugin/trunk/pom.xml =================================================================== --- plugins/sfnet-mvnrepo-plugin/trunk/pom.xml 2010-12-21 02:57:17 UTC (rev 99) +++ plugins/sfnet-mvnrepo-plugin/trunk/pom.xml 2010-12-21 03:26:06 UTC (rev 100) @@ -48,6 +48,14 @@ <artifactId>maven-plugin-api</artifactId> </dependency> <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-settings</artifactId> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> </dependency> @@ -60,6 +68,16 @@ <artifactId>plexus-utils</artifactId> </dependency> <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-component-annotations</artifactId> + <exclusions> + <exclusion> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-container-default</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>com.mindtree.techworks.infix.plugins-common</groupId> <artifactId>infix-mojo-utils</artifactId> </dependency> @@ -76,6 +94,10 @@ <artifactId>plexus-interactivity-api</artifactId> </dependency> <dependency> + <groupId>stax</groupId> + <artifactId>stax-api</artifactId> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> @@ -86,11 +108,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>com.sshtools</groupId> - <artifactId>j2ssh-daemon</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> <scope>test</scope> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ mvn-Infix-commits mailing list mvn-Infix-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mvn-infix-commits