SPR-6819
+ made JPA dependency implicit since the aspect will always require the JPA classes during the weaving process
This commit is contained in:
parent
02cc37cc16
commit
4ddcd35d13
|
@ -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…
Reference in New Issue