Skip to content

Commit c30f7b8

Browse files
committed
DATAREST-1219 - Removed explicit declaration of Jackson library versions.
1 parent 566cb3f commit c30f7b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-data-rest-core/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-annotations</artifactId>
59-
<version>${jackson}</version>
6059
</dependency>
6160

6261
<dependency>
6362
<groupId>com.fasterxml.jackson.datatype</groupId>
6463
<artifactId>jackson-datatype-jdk8</artifactId>
65-
<version>${jackson}</version>
6664
</dependency>
6765

6866
<dependency>

0 commit comments

Comments
 (0)