commit 908a55b8e61c77703c0b93521420a04d36634c94
Author: Mauro Talevi <[email protected]>
AuthorDate: Tue Apr 3 13:32:18 2012 +0100
Commit: Mauro Talevi <[email protected]>
CommitDate: Tue Apr 3 13:32:18 2012 +0100
JBEHAVE-754: Fixed cglib optional declaration.
diff --git a/jbehave-spring/pom.xml b/jbehave-spring/pom.xml
index 22b416c..d8b3253 100755
--- a/jbehave-spring/pom.xml
+++ b/jbehave-spring/pom.xml
@@ -41,7 +41,7 @@
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>2.2.2</version>
- <scope>optional</scope>
+ <optional>true</optional>
</dependency>
</dependencies>