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

svn commit: r1392113 - /camel/trunk/examples/camel-example-spring-javaconfig/pom.xml

Author: cmueller
Date: Sun Sep 30 21:28:52 2012
New Revision: 1392113

URL: http://svn.apache.org/viewvc?rev=1392113&view=rev
Log:
CAMEL-5578: Polish our pom's to be as DRY as possible

Modified:
    camel/trunk/examples/camel-example-spring-javaconfig/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=1392113&r1=1392112&r2=1392113&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/pom.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/pom.xml Sun Sep 30 21:28:52 2012
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.apache.servicemix.bundles</groupId>
       <artifactId>org.apache.servicemix.bundles.cglib</artifactId>
-      <version>2.1_3_6</version>
+      <version>${cglib-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>