Skip to content

Commit 6db756a

Browse files
committed
DATAES-434 - Removed explicit declaration of Jackson library versions.
1 parent e50e5f9 commit 6db756a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,10 @@
102102
<dependency>
103103
<groupId>com.fasterxml.jackson.core</groupId>
104104
<artifactId>jackson-core</artifactId>
105-
<version>${jackson}</version>
106105
</dependency>
107106
<dependency>
108107
<groupId>com.fasterxml.jackson.core</groupId>
109108
<artifactId>jackson-databind</artifactId>
110-
<version>${jackson}</version>
111109
</dependency>
112110

113111
<!-- CDI -->

0 commit comments

Comments
 (0)