Switch Java Library declared dependencies that should be exposed in the Java Library (Spring module) API to 'api' scope.

This commit is contained in:
John Blum
2022-02-09 14:21:52 -08:00
parent 43f0565795
commit 5f9e9e75a6
11 changed files with 31 additions and 30 deletions

View File

@@ -8,7 +8,7 @@ description = "Spring Boot Auto-Configuration for Apache Geode"
dependencies {
implementation project(":spring-geode")
api project(":spring-geode")
implementation "jakarta.annotation:jakarta.annotation-api"