DATAREDIS-721 - Use jackson version defined in parent pom.
Original Pull Request: #315
This commit is contained in:
committed by
Christoph Strobl
parent
f3ec8782cd
commit
2b094850a2
2
pom.xml
2
pom.xml
@@ -114,12 +114,14 @@
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-core</artifactId>
|
||||
<version>${jackson}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
<artifactId>jackson-databind</artifactId>
|
||||
<version>${jackson}</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user