spring-framework/spring-aspects
Stephane Nicoll d9df50c6cd @Entity no longer required with spring-aspect
This commits complements 222d2b1 for another required dependency.

javax.persistence.Entity was previously required, regardless of which
aspects were actually used by the project. It is now optional and will
not break the build if it is not present. Note that the side effect is that
AnnotationDrivenStaticEntityMockingControl is disabled as well if the
JPA API is not available.

Issue: SPR-6819
2014-10-24 10:39:59 +02:00
..
src @Entity no longer required with spring-aspect 2014-10-24 10:39:59 +02:00
aspects.gradle Consistent build dependencies 2014-01-05 03:00:12 +01:00