CGLib needed for testing scoped proxy

This commit is contained in:
dsyer
2007-12-12 23:12:13 +00:00
parent d7a6440a64
commit b754c05807

View File

@@ -40,6 +40,11 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<scope>test</scope>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>org.springframework</groupId>