re-removing irrelevant fragment

This commit is contained in:
ags 2018-03-07 16:06:14 +00:00
parent eb3f463112
commit 93fda7a515
No known key found for this signature in database
GPG Key ID: 79EBE5A3D6E758E4

View File

@ -5,13 +5,6 @@ apply plugin: 'com.jfrog.artifactory'
description 'Corda node web server'
buildscript {
def properties = new Properties()
file("$projectDir/src/main/resources/build.properties").withInputStream { properties.load(it) }
ext.jolokia_version = properties.getProperty('jolokiaAgentVersion')
}
configurations {
integrationTestCompile.extendsFrom testCompile
integrationTestRuntime.extendsFrom testRuntime