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,7 +1,12 @@
dependencies {
compile project(':device.wiimote')
compile 'com.github.boukefalos:jlibmimis:0.1'
compile 'com.github.boukefalos:jlibitunes:0.3'
compile 'com.github.boukefalos:jlibwiiuse:0.12'
compile 'com.github.boukefalos:jlibintellitype:1.3.9'
compile 'com.github.boukefalos:jlibxinput:1.0'
compile 'net.java.dev.jna:jna:4.2.2'
compile 'org.apache.logging.log4j:log4j-api:2.+'
}