Author: bvahdat
Date: Thu Oct  4 05:50:59 2012
New Revision: 1393924

URL: http://svn.apache.org/viewvc?rev=1393924&view=rev
Log:
CAMEL-5578: Fixed the broken build.

Modified:
    camel/trunk/examples/camel-example-spring-javaconfig/pom.xml
    camel/trunk/parent/pom.xml

Modified: camel/trunk/examples/camel-example-spring-javaconfig/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/pom.xml?rev=1393924&r1=1393923&r2=1393924&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/pom.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/pom.xml Thu Oct  4 
05:50:59 2012
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
-      <version>${cglib-version}</version>
+      <version>${cglib-bundle-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>

Modified: camel/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=1393924&r1=1393923&r2=1393924&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Oct  4 05:50:59 2012
@@ -1694,6 +1694,11 @@
         <version>${maven-version}</version>
       </dependency>
       <dependency>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>exec-maven-plugin</artifactId>
+        <version>${exec-maven-plugin-version}</version>
+      </dependency>
+      <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-container-default</artifactId>
         <version>${plexus-container-default-version}</version>


Reply via email to