diff --git a/persistence-modules/spring-data-jpa-2/pom.xml b/persistence-modules/spring-data-jpa-2/pom.xml
index 5080ad9bd3..251007ba6d 100644
--- a/persistence-modules/spring-data-jpa-2/pom.xml
+++ b/persistence-modules/spring-data-jpa-2/pom.xml
@@ -1,40 +1,41 @@
- 4.0.0
- com.baeldung
- spring-data-jpa-2
- spring-data-jpa
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
-
- parent-boot-2
- com.baeldung
- 0.0.1-SNAPSHOT
- ../../parent-boot-2
-
+ com.baeldung
+ spring-data-jpa-2
+ spring-data-jpa
-
-
- org.springframework.boot
- spring-boot-starter-data-jpa
-
+
+ parent-boot-2
+ com.baeldung
+ 0.0.1-SNAPSHOT
+ ../../parent-boot-2
+
-
- com.h2database
- h2
-
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+
-
- com.fasterxml.jackson.core
- jackson-databind
-
+
+ com.h2database
+ h2
+
-
- org.springframework
- spring-oxm
-
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
-
+
+ org.springframework
+ spring-oxm
+
+
+
\ No newline at end of file
diff --git a/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.json b/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.json
index 214ea18e4d..6dc44e2586 100644
--- a/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.json
+++ b/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.json
@@ -1,14 +1,14 @@
-[
- {
- "_class": "com.baeldung.entity.Fruit",
- "name": "apple",
- "color": "red",
- "id": 1
- },
- {
- "_class": "com.baeldung.entity.Fruit",
- "name": "guava",
- "color": "green",
- "id": 2
- }
+[
+ {
+ "_class": "com.baeldung.entity.Fruit",
+ "name": "apple",
+ "color": "red",
+ "id": 1
+ },
+ {
+ "_class": "com.baeldung.entity.Fruit",
+ "name": "guava",
+ "color": "green",
+ "id": 2
+ }
]
\ No newline at end of file
diff --git a/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.xml b/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.xml
index d0101e3f4d..d87ae28f1e 100644
--- a/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.xml
+++ b/persistence-modules/spring-data-jpa-2/src/main/resources/fruit-data.xml
@@ -1,7 +1,7 @@
- 1
- apple
- red
+ 1
+ apple
+ red