Skip to content

Commit 75548c1

Browse files
author
Phillip Webb
committed
Remove spring-data-commons
Remove direct reference to spring-data-commons, instead favoring transitive dependency. Fixes gh-557
1 parent 403d57c commit 75548c1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
<spring-data-mongodb.version>1.4.1.RELEASE</spring-data-mongodb.version>
5151
<spring-data-redis.version>1.1.1.RELEASE</spring-data-redis.version>
5252
<spring-data-rest.version>2.0.1.RELEASE</spring-data-rest.version>
53-
<spring-data-commons.version>1.7.1.RELEASE</spring-data-commons.version>
5453
<spring-hateoas.version>0.9.0.RELEASE</spring-hateoas.version>
5554
<spring-rabbit.version>1.2.1.RELEASE</spring-rabbit.version>
5655
<spring-mobile.version>1.1.1.RELEASE</spring-mobile.version>
@@ -501,11 +500,6 @@
501500
<artifactId>spring-data-redis</artifactId>
502501
<version>${spring-data-redis.version}</version>
503502
</dependency>
504-
<dependency>
505-
<groupId>org.springframework.data</groupId>
506-
<artifactId>spring-data-commons</artifactId>
507-
<version>${spring-data-commons.version}</version>
508-
</dependency>
509503
<dependency>
510504
<groupId>org.springframework.hateoas</groupId>
511505
<artifactId>spring-hateoas</artifactId>

0 commit comments

Comments
 (0)