diff --git a/pom.xml b/pom.xml index aab99a05279a0b772c6a976a7df63c926e0894b7..3f2e357ca12a1f8f96f2b3faac038c0366f7bdaf 100644 --- a/pom.xml +++ b/pom.xml @@ -99,8 +99,8 @@ <artifactId>spring-boot-starter</artifactId> </dependency> <dependency> - <groupId>org.springframework.data</groupId> - <artifactId>spring-data-jpa</artifactId> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> @@ -124,19 +124,11 @@ <groupId>org.springframework</groupId> <artifactId>spring-webmvc</artifactId> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </dependency> <!-- used for EhCacheCacheManager --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-orm</artifactId> - </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-oxm</artifactId>