JinwooHwang commented on code in PR #7930:
URL: https://github.com/apache/geode/pull/7930#discussion_r2384263242
##########
geode-gfsh/build.gradle:
##########
@@ -40,6 +40,10 @@ dependencies {
implementation('com.fasterxml.jackson.core:jackson-databind')
implementation('io.swagger.core.v3:swagger-annotations')
+ // JAXB dependencies needed for Java 11+
+ implementation('javax.xml.bind:jaxb-api')
+ implementation('com.sun.xml.bind:jaxb-impl')
Review Comment:
Question: does the evaluator elsewhere require CompiledPaths? Answer: I have
not seen one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]