Browse Source

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 12 years ago
parent
commit
765bfbd086
  1. 4
      spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

4
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

@ -35,5 +35,9 @@ @@ -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