aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 9c377cb..ce1a8cd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -31,9 +31,12 @@ apply plugin: 'velocity'
dependencies {
compile 'com.google.code.findbugs:jsr305:2.0.2'
compile 'gnu.getopt:java-getopt:1.0.13'
+ // compile 'net.sf.jopt-simple:jopt-simple:4.7'
compile 'org.apache.ant:ant:1.7.0'
- testCompile 'junit:junit:4.8.1'
+ testCompile 'junit:junit:4.11'
+ // testCompile 'com.google.guava:guava:18.0'
+ testCompile 'commons-logging:commons-logging:1.2'
}
velocity {