diff --git a/pom.xml b/pom.xml
index 84614f31ce7f1705668cc6cb9ee4a2d835b7afb2..aab99a05279a0b772c6a976a7df63c926e0894b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,10 @@
             <scope>test</scope>
         </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>
@@ -116,10 +120,6 @@
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-jdbc</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>org.springframework</groupId>
-			<artifactId>spring-aop</artifactId>
-		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring-webmvc</artifactId>