petclinic-uncached

Remove spring-boot dependencies

7/5/2016 1:28:09 PM

Changes

pom.xml 8(+2 -6)

Details

pom.xml 8(+2 -6)

diff --git a/pom.xml b/pom.xml
index edd91d5..c93b6c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,12 +96,8 @@
         </dependency>
         <!-- SPRING, SPRING, SPRINGITY SPRING -->
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-data-jpa</artifactId>
+            <groupId>org.springframework.data</groupId>
+            <artifactId>spring-data-jpa</artifactId>
         </dependency>
 
         <dependency>