JinwooHwang commented on code in PR #7961: URL: https://github.com/apache/geode/pull/7961#discussion_r2587065656
########## geode-assembly/src/main/dist/LICENSE: ########## @@ -1022,10 +1014,11 @@ The EDL 1.0 License (http://www.eclipse.org/org/documents/edl-v10.php) Apache Geode bundles the following file under the EDL 1.0 License: - - istack-commons-runtime v4.0.1 - - jakarta.activation v1.2.1 - - jakarta.validation v2.0.2 - - jakarta.xml.bind v2.3.2 + - istack-commons-runtime v4.1.1 Review Comment: Good catch, @sboorlagadda ! I've verified the discrepancy and updated DependencyConstraints.groovy to v4.1.1. The LICENSE file was correct - Gradle was already resolving to 4.1.1 due to the transitive dependency from jaxb-core/jaxb-runtime 4.0.2. This change eliminates the version conflict and aligns the declared version with what's actually resolved. Thank you so much for your help. -- 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]
