Skip to content

Commit

Permalink
HHH-9802 : Allow running hibernate-infispan unit tests using Infinisp…
Browse files Browse the repository at this point in the history
…an 7.2.1.Final as a run-time dependency
  • Loading branch information
gbadner committed May 19, 2015
1 parent e37039c commit 08daea6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions hibernate-infinispan/hibernate-infinispan.gradle
Expand Up @@ -3,13 +3,7 @@ configurations {
}

if ( useInfinispan7ForTesting() ) {
configurations {
testRuntime {
resolutionStrategy {
force 'org.infinispan:infinispan-core:7.2.1.Final'
}
}
}
configurations.testRuntime.resolutionStrategy.force 'org.infinispan:infinispan-core:7.2.1.Final'
}

private boolean useInfinispan7ForTesting() {
Expand Down

0 comments on commit 08daea6

Please sign in to comment.