Remove duplicate dependencies

This commit is contained in:
Stephane Nicoll 2014-07-15 07:11:31 +02:00
parent 621b33f7ad
commit bf83e45b34

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>