Author: gnodet
Date: Mon Jan 29 02:06:23 2007
New Revision: 500991
URL: http://svn.apache.org/viewvc?view=rev&rev=500991
Log:
Fix pom referencing bad version of cglib-nodep
Modified:
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-script/pom.xml
Modified:
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-script/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-script/pom.xml?view=diff&rev=500991&r1=500990&r2=500991
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-script/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.1/deployables/serviceengines/servicemix-script/pom.xml
Mon Jan 29 02:06:23 2007
@@ -90,7 +90,7 @@
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
- <version>2.1.3</version>
+ <version>2.1_3</version>
<scope>test</scope>
</dependency>
<dependency>