You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/09/19 10:28:27 UTC

svn commit: r1387483 - /camel/trunk/parent/pom.xml

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>