diff --git a/pom.xml b/pom.xml
index 2c7c2a677..d2a1325c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,6 @@
org.springframework.data.build
spring-data-parent
1.6.2.BUILD-SNAPSHOT
- ../spring-data-build/parent/pom.xml
diff --git a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/PersistentEntityResource.java b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/PersistentEntityResource.java
index 45569df50..583dff808 100644
--- a/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/PersistentEntityResource.java
+++ b/spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/PersistentEntityResource.java
@@ -28,8 +28,6 @@ import org.springframework.hateoas.Resources;
import org.springframework.hateoas.core.EmbeddedWrapper;
import org.springframework.util.Assert;
-import com.fasterxml.jackson.annotation.JsonUnwrapped;
-
/**
* A Spring HATEOAS {@link Resource} subclass that holds a reference to the entity's {@link PersistentEntity} metadata.
*
@@ -38,11 +36,10 @@ import com.fasterxml.jackson.annotation.JsonUnwrapped;
*/
public class PersistentEntityResource extends Resource