Skip to content

Commit 26472e3

Browse files
author
Alexey Gravanov
committed
Remove duplicated logging dependency resulting in not working logging configuration.
Fixes Netflix#207.
1 parent 4e2426d commit 26472e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext.githubProjectName = 'SimianArmy'
1515
group = "com.netflix.${project.name}"
1616
apply plugin:'eclipse-wtp'
1717

18-
repositories {
18+
repositories {
1919
mavenLocal()
2020
mavenCentral()
2121
}
@@ -47,7 +47,6 @@ dependencies {
4747
compile 'org.apache.jclouds.driver:jclouds-slf4j:1.9.0'
4848
compile 'org.apache.jclouds.api:ec2:1.9.0'
4949
compile 'org.apache.jclouds.provider:aws-ec2:1.9.0'
50-
compile 'ch.qos.logback:logback-classic:1.0.13'
5150
compile 'com.netflix.servo:servo-core:0.9.4'
5251

5352
testCompile 'org.testng:testng:6.3.1'

0 commit comments

Comments
 (0)