i was wondering whether i can add Aspect J to a Maven project because there doesn’t seem to be a public repository for it to be added to pom.xml.
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
Where version is 1.5.3 and dependent on which one you wish to use.