My pom.xml has a dependency to aspectrt:
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.5.3</version>
</dependency>When I run mvn eclipse:eclipse for the project, aspecjrt is not added to the .classpath file Do I need to do anything else to add this dependency to the .classpath? Thanks
