Add Freenet plugin and WoT subprojects
[fwot.git] / wot / build.gradle
1 dependencies {
2     compile(project(":plugin"))
3     compile "com.google.inject:guice:4.0"
4
5     testCompile "junit:junit:4.12"
6     testCompile "org.hamcrest:hamcrest-all:1.3"
7     testCompile "org.mockito:mockito-core:1.10.19"
8 }
9
10 /* vim: set ts=4 sw=4 et: */