Skip to content

Commit c7045f5

Browse files
committed
Remove duplicate dependencies from data-rest
Update `spring-boot-starter-data-rest` to remove duplicate jackson dependencies.
1 parent 896a85b commit c7045f5

File tree

1 file changed

+0
-8
lines changed
  • spring-boot-starters/spring-boot-starter-data-rest

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,5 @@
5252
<groupId>org.springframework.data</groupId>
5353
<artifactId>spring-data-rest-webmvc</artifactId>
5454
</dependency>
55-
<dependency>
56-
<groupId>com.fasterxml.jackson.core</groupId>
57-
<artifactId>jackson-annotations</artifactId>
58-
</dependency>
59-
<dependency>
60-
<groupId>com.fasterxml.jackson.core</groupId>
61-
<artifactId>jackson-databind</artifactId>
62-
</dependency>
6355
</dependencies>
6456
</project>

0 commit comments

Comments
 (0)