img
. . .
Table 10-2. Maven Dependencies for Spring Data JPA
Group ID
Artifact ID
Version
Description
1.0.1.RELEASE This is the Spring Data JPA library.
org.springframework.data
spring-data-jpa
3.1.0.RELEASE These are Spring advanced AOP
org.springframework
spring-aspects
features that Spring Data JPA
depends on.
2.0
Joda-time (http://joda-
joda-time
joda-time
time.sourceforge.net/) is a date-
time API that Spring Data JPA uses.
1.3
This is a Joda-time library for
joda-time
joda-time-hibernate
integration with Hibernate for date-
time type data persistence.
10.0.1
This contains useful helper classes.
com.google.guava
guava
In STS, you can use the POM editor to add the dependencies easily. Just double-click the file pom.xml
in the package explorer. In the POM editor, click the Dependencies tab and enter the additional
dependencies. Figure 10-8 shows an example for adding spring-data-jpa.
Figure 10-8. Adding dependencies to the Spring project
Search WWH :
Custom Search
Previous Page
Spring Framework 3 Topic Index
Next Page
Spring Framework 3 Bookmarks
Home