Author: struberg
Date: Wed Feb 2 23:03:55 2011
New Revision: 1066680
URL: http://svn.apache.org/viewvc?rev=1066680&view=rev
Log:
remove unused ckeckstyle dependency
it's actually only needed as dependency of the checkstyle-maven-plugin
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1066680&r1=1066679&r2=1066680&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Wed Feb 2 23:03:55 2011
@@ -660,15 +660,6 @@
</dependencies>
</dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>org.apache.openwebbeans.build-tools</groupId>
- <artifactId>checkstyle-rules</artifactId>
- <version>1.0.1-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
-
- </dependencies>
<profiles>
<profile>