diff --git a/spring-caching/pom.xml b/spring-caching/pom.xml
index f443919b42..80644f8a5f 100644
--- a/spring-caching/pom.xml
+++ b/spring-caching/pom.xml
@@ -9,58 +9,57 @@
war
- com.baeldung
- parent-boot-2
- 0.0.1-SNAPSHOT
- ../parent-boot-2
+ com.baeldung
+ parent-boot-2
+ 0.0.1-SNAPSHOT
+ ../parent-boot-2
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework
- spring-context
-
-
- org.springframework.boot
- spring-boot-starter-cache
-
-
- org.springframework
- spring-web
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework.boot
+ spring-boot-starter-cache
+
+
+ org.springframework
+ spring-web
+
+
+ org.springframework
+ spring-webmvc
+
+
+ org.ehcache
+ ehcache
+
+
+ org.springframework
+ spring-test
+ test
+
+
+ com.github.ben-manes.caffeine
+ caffeine
+
+
+ com.h2database
+ h2
+ runtime
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
-
- org.springframework
- spring-webmvc
-
-
- org.ehcache
- ehcache
-
-
- org.springframework
- spring-test
- test
-
-
- com.github.ben-manes.caffeine
- caffeine
-
-
- com.h2database
- h2
- runtime
-
-
- org.springframework.boot
- spring-boot-starter-jdbc
-
-
- 3.5.2
+ 3.5.2