Merge pull request #23 from wilkinsona/remove-powermock-version-override
Don't override the version of Powermock when running Spring IO checks
This commit is contained in:
@@ -5,14 +5,6 @@ apply plugin: 'spring-io'
|
||||
|
||||
ext.springIoVersion = project.hasProperty('platformVersion') ? platformVersion : 'latest.integration'
|
||||
|
||||
configurations.springIoTestRuntime.incoming.beforeResolve({
|
||||
configurations.springIoTestRuntime.resolutionStrategy.eachDependency { DependencyResolveDetails details ->
|
||||
if (details.requested.group == 'org.powermock') {
|
||||
details.useVersion '1.5.4'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
configurations {
|
||||
jacoco //Configuration Group used by Sonar to provide Code Coverage using JaCoCo
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user