aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorShevek <[email protected]>2015-04-15 11:30:14 -0700
committerShevek <[email protected]>2015-04-15 11:30:14 -0700
commit010b69c2b39d11aa1c5dbc6302ea87e9ee4e9813 (patch)
tree1a2989602a388ebbd23ee0df307f0205fa3210e1 /build.gradle
parenta6cf018b30b197ed84f0a0d9ca81fbb9320782c2 (diff)
Update build system. Exclude JCL from runtime.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 0f0d31e..c69b70a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,8 +18,6 @@ dependencies {
compile 'org.apache.ant:ant:1.7.0'
compile 'com.github.zafarkhaja:java-semver:0.8.0'
- runtime 'org.slf4j:slf4j-simple:1.7.7'
-
testCompile 'com.google.guava:guava:18.0'
}