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.
This commit is contained in:
Oliver Gierke 2014-01-22 09:58:46 +01:00
parent 4a0ef9720b
commit 765bfbd086

View File

@ -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>