Include spring-aspects in Spring Data JPA starter.

Declared spring-aspects as additional dependency in Spring Data JPA
starter pom. This is necessary to let the auditing feature work
correctly.
pull/252/head
Oliver Gierke 11 years ago
parent 4a0ef9720b
commit 765bfbd086

@ -35,5 +35,9 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save