1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-02 19:22:37 +02:00

Added base example module, and system to load it

This commit is contained in:
Matthew Miller
2015-10-02 14:17:15 +10:00
parent 8b2340e6c9
commit 80a7f49379
3 changed files with 65 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ dependencies {
compile 'org.spongepowered:spongeapi:2.1-SNAPSHOT'
compile 'com.google.guava:guava:18.0'
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.me4502:ModularFramework:1.1.5'
compile 'com.me4502:ModularFramework:1.2.1'
testCompile 'org.mockito:mockito-core:2.+'
testCompile 'junit:junit:4.+'
}