Declare 'jakarta.annotation:jakarta-annotation-api' as a compile dependency in the spring-session-data-geode module.

This commit is contained in:
John Blum
2021-11-16 21:08:51 -08:00
parent 92bdbfbadf
commit b0f40fd62c

View File

@@ -9,6 +9,7 @@ description = "Spring Session for Apache Geode"
dependencies {
implementation "jakarta.annotation:jakarta.annotation-api"
implementation "org.springframework:spring-context-support"
implementation "org.springframework:spring-jcl"
implementation "org.springframework.data:spring-data-geode"