diff --git a/jpa/example/src/test/java/example/springdata/jpa/custom/UserRepositoryCustomizationTests.java b/jpa/example/src/test/java/example/springdata/jpa/custom/UserRepositoryCustomizationTests.java
index 930bfeb2..e7900ffd 100644
--- a/jpa/example/src/test/java/example/springdata/jpa/custom/UserRepositoryCustomizationTests.java
+++ b/jpa/example/src/test/java/example/springdata/jpa/custom/UserRepositoryCustomizationTests.java
@@ -27,7 +27,7 @@ import org.springframework.test.context.junit4.SpringRunner;
import org.springframework.transaction.annotation.Transactional;
/**
- * Intergration test showing the basic usage of {@link UserRepository}.
+ * Integration test showing the basic usage of {@link UserRepository}.
*
* @author Oliver Gierke
* @author Thomas Darimont
diff --git a/jpa/jpa21/pom.xml b/jpa/jpa21/pom.xml
index b9d785aa..1bab6e6f 100644
--- a/jpa/jpa21/pom.xml
+++ b/jpa/jpa21/pom.xml
@@ -16,4 +16,11 @@
5.0.7.Final
+
+
+ org.hibernate
+ hibernate-entitymanager
+
+
+
\ No newline at end of file
diff --git a/jpa/pom.xml b/jpa/pom.xml
index 853b8f68..07e29796 100644
--- a/jpa/pom.xml
+++ b/jpa/pom.xml
@@ -29,7 +29,8 @@
- Ingalls-BUILD-SNAPSHOT
+ 5.2.1.Final
+ 4.3.0.RELEASE
@@ -37,6 +38,17 @@
org.springframework.boot
spring-boot-starter-data-jpa
+
+
+ org.hibernate
+ hibernate-entitymanager
+
+
+
+
+
+ org.hibernate
+ hibernate-core