Browse Source

Remove duplicate dependencies from data-rest

Update `spring-boot-starter-data-rest` to remove duplicate jackson
dependencies.
pull/1487/merge
Phillip Webb 11 years ago
parent
commit
c7045f5294
  1. 8
      spring-boot-starters/spring-boot-starter-data-rest/pom.xml

8
spring-boot-starters/spring-boot-starter-data-rest/pom.xml

@ -52,13 +52,5 @@ @@ -52,13 +52,5 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-webmvc</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save