Skip to content

Commit

Permalink
SDGF-55: Update Spring Session to use an explicit GemFire library dep…
Browse files Browse the repository at this point in the history
…endency
  • Loading branch information
Udo Kohlmeyer committed Feb 21, 2023
1 parent 9cfd389 commit 0b27f5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ springBootVersion=2.6.14
springDataGemFireVersion=1.1.0-build.9999
version=1.1.0-build.9999
gemfireBaseVersion=9.15
gemfireVersion=9.15.4
springDataBaseVersion=SD27

additionalMavenRepoURLs=''

Expand Down
3 changes: 3 additions & 0 deletions spring-session-data-gemfire/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ dependencies {
implementation 'org.springframework.security:spring-security-web'

implementation 'org.springframework:spring-tx'
compileOnly "com.vmware.gemfire:geode-server-all:$gemfireVersion"

runtimeOnly "jakarta.servlet:jakarta.servlet-api"

testImplementation "com.vmware.gemfire:geode-server-all:$gemfireVersion"

testImplementation 'edu.umd.cs.mtc:multithreadedtc'
testImplementation('com.vmware.gemfire:spring-test-gemfire-9.15-2.6:1.0.0')

Expand Down

0 comments on commit 0b27f5a

Please sign in to comment.