restored previous client jar location

This commit is contained in:
2015-06-23 21:39:23 +02:00
parent e174c55586
commit 2e44e41628

View File

@@ -32,7 +32,7 @@ dependencies {
testCompile 'org.jboss.resteasy:resteasy-jackson-provider:3.0.11.Final'
testCompile 'org.jboss.resteasy:resteasy-jaxb-provider:3.0.11.Final'
testCompile files('lib/jboss-client.jar')
testCompile files('/opt/wildfly/bin/client/jboss-client.jar')
}
@@ -53,4 +53,4 @@ task serverJar(type: Jar) {
from(sourceSets.main.output) {
}
}
}