diff --git a/vtm-desktop/build.gradle b/vtm-desktop/build.gradle index eea899d0..ec35f04e 100644 --- a/vtm-desktop/build.gradle +++ b/vtm-desktop/build.gradle @@ -8,7 +8,6 @@ dependencies { compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop" compile "com.badlogicgames.gdx:gdx-backend-jglfw:$gdxVersion" compile 'com.kitfox.svg:svg-salamander:1.0' - compile 'org.slf4j:slf4j-simple:1.7.21' } sourceSets { diff --git a/vtm-playground/build.gradle b/vtm-playground/build.gradle index b36d7f24..ce8d2c79 100644 --- a/vtm-playground/build.gradle +++ b/vtm-playground/build.gradle @@ -6,6 +6,7 @@ dependencies { compile project(':vtm-extras') compile project(':vtm-jeo') compile project(':vtm-jts') + compile 'org.slf4j:slf4j-simple:1.7.21' runtime 'com.squareup.okhttp:okhttp:1.5.2' }