DATAJPA-283 - Support accessor method level mapping annotations.

Upgraded to use new methods introduced for DATACMNS-269 to be able to detect mapping annotations independently of whether they are declared on the field or an accessor method for the property. Upgraded to new artifactId Spring Data Commons is distributed under.
This commit is contained in:
Oliver Gierke
2013-01-16 17:46:46 +01:00
parent 1b0e87bc18
commit a7e5784406
2 changed files with 4 additions and 4 deletions

View File

@@ -241,7 +241,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-commons-core</artifactId>
<artifactId>spring-data-commons</artifactId>
<version>${spring.data.commons.version}</version>
</dependency>