Skip to content

Commit

Permalink
Java 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Sep 19, 2018
1 parent baabbd5 commit ee2e780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hexagon_core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ apply from: '../gradle/kotlin.gradle'
apply from: '../gradle/bintray.gradle'
apply from: '../gradle/dokka.gradle'

ext.activationVersion = '1.1.1'
ext.slf4jVersion = '1.7.25'
ext.jacksonVersion = '2.9.6'

dependencies {
compile ("javax.activation:activation:$activationVersion")
compile ("org.slf4j:slf4j-api:$slf4jVersion")
compile ("org.slf4j:jcl-over-slf4j:$slf4jVersion") { exclude module: 'slf4j-api' }
compile ("org.slf4j:jul-to-slf4j:$slf4jVersion") { exclude module: 'slf4j-api' }
Expand Down

0 comments on commit ee2e780

Please sign in to comment.