|
@@ -111,6 +111,11 @@
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
<artifactId>guice</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>cglib</groupId>
|
|
|
+ <artifactId>cglib</artifactId>
|
|
|
+ <scope>provided</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>com.sun.jersey.jersey-test-framework</groupId>
|
|
|
<artifactId>jersey-test-framework-core</artifactId>
|