removed custom Version as it is available in spring-data-commons 1.5 release

This commit is contained in:
Rizwan Idrees
2013-03-20 12:54:56 +00:00
parent e9eed44b98
commit 2fe012e87f
5 changed files with 13 additions and 48 deletions

View File

@@ -19,8 +19,9 @@ package org.springframework.data.elasticsearch;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.springframework.data.annotation.Id;
import org.springframework.data.annotation.Version;
import org.springframework.data.elasticsearch.annotations.Document;
import org.springframework.data.elasticsearch.annotations.Version;
/**
* @author Rizwan Idrees
* @author Mohsin Husen

View File

@@ -17,7 +17,7 @@
package org.springframework.data.elasticsearch.core.mapping;
import org.junit.Test;
import org.springframework.data.elasticsearch.annotations.Version;
import org.springframework.data.annotation.Version;
import org.springframework.data.mapping.model.MappingException;
import org.springframework.data.mapping.model.SimpleTypeHolder;
import org.springframework.data.util.ClassTypeInformation;