From 942ed10344f40f6b331fccce871e2b090185a924 Mon Sep 17 00:00:00 2001
From: Emux <devemux86@gmail.com>
Date: Tue, 19 Jul 2016 21:56:37 +0300
Subject: [PATCH] Gradle: improve dependencies hierarchy, #46

---
 vtm-desktop/build.gradle    | 1 -
 vtm-playground/build.gradle | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

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'
 }