Author: brett Date: Wed Nov 23 17:13:50 2005 New Revision: 348606 URL: http://svn.apache.org/viewcvs?rev=348606&view=rev Log: update dependencies
Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=348606&r1=348605&r2=348606&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Wed Nov 23 17:13:50 2005 @@ -24,14 +24,13 @@ </developers> <dependencies> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>2.1</version> + <groupId>org.apache.maven.reporting</groupId> + <artifactId>maven-reporting-impl</artifactId> + <version>2.0</version> </dependency> <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.6.1</version> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-utils</artifactId> </dependency> <dependency> <groupId>checkstyle</groupId> @@ -39,19 +38,20 @@ <version>3.4</version> </dependency> <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.0.3</version> + <groupId>checkstyle</groupId> + <artifactId>checkstyle-optional</artifactId> + <version>3.4</version> </dependency> + <!-- regexp, beanutils, logging, antlr should be transitive! --> <dependency> - <groupId>regexp</groupId> - <artifactId>regexp</artifactId> - <version>1.3</version> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.6.1</version> </dependency> <dependency> - <groupId>org.apache.maven.reporting</groupId> - <artifactId>maven-reporting-impl</artifactId> - <version>2.0</version> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.0.3</version> </dependency> <dependency> <groupId>antlr</groupId> @@ -59,13 +59,9 @@ <version>2.7.2</version> </dependency> <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - </dependency> - <dependency> - <groupId>checkstyle</groupId> - <artifactId>checkstyle-optional</artifactId> - <version>3.4</version> + <groupId>regexp</groupId> + <artifactId>regexp</artifactId> + <version>1.3</version> </dependency> </dependencies> -</project> \ No newline at end of file +</project>