Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #364 from grfeng/dev_upstream
Browse files Browse the repository at this point in the history
Solved #346
  • Loading branch information
v1r3n authored Nov 15, 2017
2 parents ff3298b + 76ffeb5 commit 0037337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions es5-persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ dependencies {
compile 'com.google.inject:guice:3.0'

//ES5 Dependency
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.8.2'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.8.2'
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.9.1'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.9.1'

compile 'org.elasticsearch:elasticsearch:5.+'
compile 'org.elasticsearch.client:transport:5.+'
Expand Down

0 comments on commit 0037337

Please sign in to comment.