Skip to content

Commit

Permalink
TIKA-2007 -- upgrade jackson, clean up unused dependency in tika-parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
tballison committed Aug 24, 2016
1 parent 830685e commit c71e0b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tika-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.7.1</version>
<version>2.8.1</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tika-translate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.7.1</version>
<version>2.8.1</version>
</dependency>

<!-- Test dependencies -->
Expand Down

0 comments on commit c71e0b2

Please sign in to comment.