Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Revert "Update to openjdk8 and jackson-databind 2.9.9.3"
Browse files Browse the repository at this point in the history
This reverts commit bdb8ef0. There are issues with the Travis build failing see (#152)
  • Loading branch information
nb051436 committed Aug 8, 2019
1 parent bdb8ef0 commit 429b9bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java
jdk:
- openjdk8
- oraclejdk8
cache:
directories:
- "$HOME/.m2"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.9.3</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 429b9bd

Please sign in to comment.