Add Freenet plugin and WoT subprojects
[fwot.git] / wot / build.gradle
diff --git a/wot/build.gradle b/wot/build.gradle
new file mode 100644 (file)
index 0000000..17954a7
--- /dev/null
@@ -0,0 +1,10 @@
+dependencies {
+    compile(project(":plugin"))
+    compile "com.google.inject:guice:4.0"
+
+    testCompile "junit:junit:4.12"
+    testCompile "org.hamcrest:hamcrest-all:1.3"
+    testCompile "org.mockito:mockito-core:1.10.19"
+}
+
+/* vim: set ts=4 sw=4 et: */