From 85a2be1c11adeee9c72eabe901b3dac525e4cdd4 Mon Sep 17 00:00:00 2001 From: michaelisvy Date: Sat, 25 Jul 2015 19:38:02 +0800 Subject: [PATCH] adding spring boot starter and removing spring-aop --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 84614f31c..aab99a052 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,10 @@ test + + org.springframework.boot + spring-boot-starter + org.springframework.data spring-data-jpa @@ -116,10 +120,6 @@ org.springframework spring-jdbc - - org.springframework - spring-aop - org.springframework spring-webmvc