Skip to content

Commit

Permalink
Add 'provided' (compile-time) dependencies on org.apache.geode:geode-…
Browse files Browse the repository at this point in the history
…log4j and org.apache.geode:geode-serialization.

Note, these dependency declarations are unfortunately necessary due to SBDG's use of Apache Geode internal APIs.  I have filed an Issue ticket (spring-projects#70) with SBDG to remove all uses of internal Apache Geode APIs.
  • Loading branch information
jxblum committed Jan 22, 2020
1 parent 0dbf2cd commit 4615712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spring-geode-actuator/spring-geode-actuator.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ dependencies {

compile "org.springframework.boot:spring-boot-starter-actuator"

provided "org.apache.geode:geode-log4j:$apacheGeodeVersion"
provided "org.apache.geode:geode-serialization:$apacheGeodeVersion"

testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile "org.mockito:mockito-core"
Expand Down

0 comments on commit 4615712

Please sign in to comment.