Use correct AspectJ library and reduce it's scope to testing.

This commit is contained in:
Oliver Gierke
2010-12-23 16:02:46 +01:00
parent c8a3e79b6e
commit 80669a5ffd

View File

@@ -38,8 +38,9 @@
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<artifactId>aspectjweaver</artifactId>
<version>${aspectj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>