Skip to content

Commit

Permalink
SDGF-55: Use 1.0.0 build for spring-test-gemfire
Browse files Browse the repository at this point in the history
  • Loading branch information
Udo Kohlmeyer committed Feb 23, 2023
1 parent 36decd4 commit b115a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-data-vmware-gemfire/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation 'org.apache.openwebbeans:openwebbeans-impl:2.0.27:jakarta'
testImplementation 'org.assertj:assertj-core:3.21.0'
testImplementation 'org.iq80.snappy:snappy:0.4'
testImplementation("com.vmware.gemfire:spring-test-gemfire-${gemfireBaseVersion}-3.0:1.0.0-build.10")
testImplementation("com.vmware.gemfire:spring-test-gemfire-${gemfireBaseVersion}-3.0:1.0.0")
testImplementation('org.springframework.shell:spring-shell:1.2.0.RELEASE') {
exclude group: 'com.google.guava', module: 'guava'
}
Expand Down

0 comments on commit b115a82

Please sign in to comment.