Replace JSR-250 annotations with standard Spring lifecycle callbacks

This commit is contained in:
Vedran Pavic
2022-09-23 08:57:04 +02:00
committed by Rob Winch
parent 954a40f5d1
commit 4b34f35b82
7 changed files with 16 additions and 20 deletions

View File

@@ -23,7 +23,6 @@ dependencies {
testImplementation 'org.assertj:assertj-core'
testImplementation 'com.hazelcast:hazelcast'
testImplementation 'io.lettuce:lettuce-core'
testImplementation 'jakarta.annotation:jakarta.annotation-api'
testImplementation 'jakarta.servlet:jakarta.servlet-api'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'