Skip to content

Commit

Permalink
Merge pull request #186 from SemionPar/master
Browse files Browse the repository at this point in the history
Use logging API instead backed as a dependency to fix #184.
  • Loading branch information
Piotr Joński authored Mar 9, 2017
2 parents 5c9dcf5 + 62bf3c2 commit 08e4453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ junitPlatform {
}

dependencies {
compile("org.slf4j:slf4j-log4j12:1.7.22")
compile("org.slf4j:slf4j-api:1.7.24")
compile("org.apache.commons:commons-lang3:3.4")
compile("org.apache.commons:commons-collections4:4.1")
compile("com.googlecode.combinatoricslib:combinatoricslib:2.1")
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Mar 08 18:23:02 CET 2017
#Wed Mar 08 20:22:19 CET 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-all.zip

0 comments on commit 08e4453

Please sign in to comment.