petclinic-aplcache

Changes

pom.xml 8(+4 -4)

Details

pom.xml 8(+4 -4)

diff --git a/pom.xml b/pom.xml
index 84614f3..aab99a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,6 +95,10 @@
         </dependency>
 		<!-- SPRING, SPRING, SPRINGITY SPRING -->
 		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>org.springframework.data</groupId>
 			<artifactId>spring-data-jpa</artifactId>
 		</dependency>
@@ -118,10 +122,6 @@
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
-			<artifactId>spring-aop</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
 			<artifactId>spring-webmvc</artifactId>
 		</dependency>
 		<dependency>