geyanggang opened a new pull request, #10711:
URL: https://github.com/apache/gravitino/pull/10711

   
   ### What changes were proposed in this pull request?
   
   Added `exclude(group = "tomcat", module = "jasper-compiler")` and 
`exclude(group = "tomcat", module = "jasper-runtime")` to the `hive2.metastore` 
dependency in `build.gradle.kts`.
   
   ### Why are the changes needed?
   
   These Tomcat 5.5 JSP engine JARs are unused transitive dependencies from 
Hive 2.3.x. Removing them reduces the dependency footprint and aligns with 
`hive-metastore3-libs` which already excludes them.
   
   Fix: #10710 
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Verified via `./gradlew :catalogs:hive-metastore2-libs:dependencies 
--configuration runtimeClasspath | grep jasper `— confirms jasper JARs are no 
longer resolved.
   


-- 
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]

Reply via email to