Remove duplicate dependencies from data-rest

Update `spring-boot-starter-data-rest` to remove duplicate jackson
dependencies.
This commit is contained in:
Phillip Webb 2014-08-19 14:43:14 -07:00
parent 896a85b575
commit c7045f5294

View File

@ -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>