+ made JPA dependency implicit since the aspect will always require the JPA classes during the weaving process
master
Costin Leau 15 years ago
parent 02cc37cc16
commit 4ddcd35d13
  1. 1
      org.springframework.aspects/pom.xml

@ -53,7 +53,6 @@
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>

Loading…
Cancel
Save