Skip to content

Commit

Permalink
DATAREDIS-798 - Removed explicit declaration of Jackson library versi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
odrotbohm committed Mar 27, 2018
1 parent b999b2e commit 51b644e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,12 @@
<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>

Expand Down

0 comments on commit 51b644e

Please sign in to comment.