Author: gnodet
Date: Mon Jan 29 02:07:21 2007
New Revision: 500992
URL: http://svn.apache.org/viewvc?view=rev&rev=500992
Log:
Fix pom referencing bad version of cglib-nodep
Modified:
incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml
Modified:
incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml?view=diff&rev=500992&r1=500991&r2=500992
==============================================================================
---
incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml
(original)
+++
incubator/servicemix/trunk/deployables/serviceengines/servicemix-script/pom.xml
Mon Jan 29 02:07:21 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>