Rewire some dependencies in exec.* projects

This commit is contained in:
2016-07-03 16:30:31 +01:00
parent 87f59928d7
commit cb265e1cb8
9 changed files with 28 additions and 24 deletions

View File

@@ -1,14 +1,9 @@
apply plugin: 'java'
apply plugin: 'eclipse'
dependencies {
compile project(':core.legacy')
compile project(':exec.mimis')
task wrapper(type: Wrapper) {
gradleVersion = '2.2'
}
repositories {
mavenCentral()
}
dependencies {
compile 'com.esotericsoftware.yamlbeans:yamlbeans:1.09'
// compile 'com.github.boukefalos:jlibibuddy:1.1'
// compile 'com.github.boukefalos:jliblirc:1.1'
}