Skip to content

Commit

Permalink
Don't depend on logback
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallpierce committed Aug 28, 2018
1 parent 43a310e commit 4bd5536
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ target
.classpath
.project
.settings
/.gradle
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version:'2.2.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.2.0'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version:'2.2.0'
compile group: 'ch.qos.logback', name: 'logback-core', version:'1.0.11'
compile group: 'ch.qos.logback', name: 'logback-classic', version:'1.0.11'
compile group: 'org.slf4j', name: 'slf4j-api', version:'1.7.5'
compile group: 'org.springframework', name: 'spring-web', version:'3.2.2.RELEASE'
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: httpClientVersion
Expand Down

0 comments on commit 4bd5536

Please sign in to comment.