dependency cleanup

This commit is contained in:
nathan 2018-08-13 18:36:06 +02:00
parent 95acee13b3
commit 1b03527dfc

View File

@ -164,16 +164,15 @@ dependencies {
// our main dependencies are ALSO the same as the limited utilities (they are not automatically pulled in from other sourceSets)
// needed by the utilities (custom since we don't want to include everything). IntelliJ includes everything, but our builds do not
compile group: 'com.dorkbox', name: 'ShellExecutor', version: '1.1+'
compile group: 'com.dorkbox', name: 'Version', version: '1.0'
compile 'com.dorkbox:ShellExecutor:1.1+'
implementation group: 'org.javassist', name: 'javassist', version: '3.23.0-GA'
implementation group: 'net.java.dev.jna', name: 'jna', version: '4.3.0'
implementation group: 'net.java.dev.jna', name: 'jna-platform', version: '4.3.0'
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
implementation 'org.javassist:javassist:3.23.0-GA'
implementation 'net.java.dev.jna:jna:4.3.0'
implementation 'net.java.dev.jna:jna-platform:4.3.0'
compile 'org.slf4j:slf4j-api:1.7.25'
def log = runtime group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.6'
def log = runtime 'ch.qos.logback:logback-classic:1.1.6'
// because the eclipse release of SWT is abandoned on maven, this repo has a newer version of SWT,
// http://maven-eclipse.github.io/maven