This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new e6ce632ca61 HADOOP-19761: Exclude jetty-alpn-java-client from Solr
transitive dependencies (#8150)
e6ce632ca61 is described below
commit e6ce632ca61d7a19b0d903897d83c32762507fe2
Author: Chris Nauroth <[email protected]>
AuthorDate: Wed Dec 31 09:57:06 2025 -0800
HADOOP-19761: Exclude jetty-alpn-java-client from Solr transitive
dependencies (#8150)
Fixes regression caused by #8146
Contributed by Chris Nauroth
---
.../hadoop-yarn-applications-catalog-webapp/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml
index e40c402bef7..acb26cb7771 100644
---
a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml
+++
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml
@@ -137,6 +137,10 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-client</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-alpn-java-client</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-hpack</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]