added cglib to dependencies for helloworld demo

This commit is contained in:
Mark Fisher
2010-07-03 12:38:07 -04:00
parent 92d52d57e5
commit cd910651dd

View File

@@ -73,6 +73,11 @@
<artifactId>spring-oxm</artifactId>
<version>${spring.framework.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>