Author: ningjiang
Date: Wed Sep 19 08:28:27 2012
New Revision: 1387483
URL: http://svn.apache.org/viewvc?rev=1387483&view=rev
Log:
Added the camel-buildtools dependency back to the checkstyle pluin.
Modified:
camel/trunk/parent/pom.xml
Modified: camel/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1387483&r1=1387482&r2=1387483&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Wed Sep 19 08:28:27 2012
@@ -1869,6 +1869,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-buildtools</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<executions>
<execution>