This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git
The following commit(s) were added to refs/heads/master by this push:
new 876744f AMBARI-26339: Exclude servlet-api from hbase-testing-util
(#145)
876744f is described below
commit 876744f3c1517f00f06caed291f3851527f59efa
Author: jialiang <[email protected]>
AuthorDate: Fri Mar 21 09:43:58 2025 +0800
AMBARI-26339: Exclude servlet-api from hbase-testing-util (#145)
---
ambari-metrics-timelineservice/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ambari-metrics-timelineservice/pom.xml
b/ambari-metrics-timelineservice/pom.xml
index a8cdcad..cb788e5 100644
--- a/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics-timelineservice/pom.xml
@@ -778,6 +778,10 @@
<scope>test</scope>
<optional>true</optional>
<exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]