diff options
Diffstat (limited to '')
-rw-r--r-- | java/sca/modules/binding-ejb-runtime/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/java/sca/modules/binding-ejb-runtime/pom.xml b/java/sca/modules/binding-ejb-runtime/pom.xml index 357ecf9206..df6c35391b 100644 --- a/java/sca/modules/binding-ejb-runtime/pom.xml +++ b/java/sca/modules/binding-ejb-runtime/pom.xml @@ -45,9 +45,14 @@ <dependency> <groupId>cglib</groupId> - <artifactId>cglib-nodep</artifactId> + <artifactId>cglib</artifactId> <version>2.2</version> - <scope>compile</scope> + </dependency> + + <dependency> + <groupId>asm</groupId> + <artifactId>asm</artifactId> + <version>3.1</version> </dependency> <dependency> |