From 57495b7f15da1be2b561097ca7cc0f8a2de010a6 Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Fri, 28 Jan 2022 09:49:18 +0530 Subject: [PATCH] Remove unwanted dependencies --- .../spring-data-jpa-enterprise-2/pom.xml | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/persistence-modules/spring-data-jpa-enterprise-2/pom.xml b/persistence-modules/spring-data-jpa-enterprise-2/pom.xml index 7efa5f504f..f35ee378d1 100644 --- a/persistence-modules/spring-data-jpa-enterprise-2/pom.xml +++ b/persistence-modules/spring-data-jpa-enterprise-2/pom.xml @@ -22,14 +22,6 @@ org.springframework.boot spring-boot-starter-data-jpa - - org.springframework.boot - spring-boot-starter-data-jdbc - - - org.springframework.boot - spring-boot-starter-cache - com.h2database h2 @@ -41,18 +33,4 @@ - - src/main/java - - - maven-compiler-plugin - ${maven-compiler-plugin.version} - - 1.8 - 1.8 - - - - - \ No newline at end of file