Towards client/server functionality
* keep org.jraf.jlibibuddy (IBuddy) for legacy purposes * work on new com.github.boukefalos.ibuddy (iBuddy) * use log4j for logging * read configurations from ibuddy.properties * use picocontainer for easy configuration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'maven'
|
||||
|
||||
group = 'com.github.boukefalos'
|
||||
@@ -16,9 +17,13 @@ repositories {
|
||||
maven {
|
||||
url 'https://github.com/Boukefalos/jlibusb/raw/mvn-repo/'
|
||||
}
|
||||
mavenCentral();
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile 'org.slf4j:slf4j-api:1.+'
|
||||
compile 'org.slf4j:slf4j-log4j12:1.+'
|
||||
compile 'org.picocontainer:picocontainer:2.15'
|
||||
compile 'com.github.boukefalos:jlibusb:0.5.7'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user