This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git
The following commit(s) were added to refs/heads/main by this push: new f4cb569 HADOOP-19160. hadoop-auth should not depend on kerb-simplekdc (#2) f4cb569 is described below commit f4cb56943b2c695719a9124350095d238a1cda13 Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com> AuthorDate: Fri May 3 12:57:52 2024 +0200 HADOOP-19160. hadoop-auth should not depend on kerb-simplekdc (#2) --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 5183b60..1c97a33 100644 --- a/build.xml +++ b/build.xml @@ -361,6 +361,7 @@ <forbidden artifact="protobuf-java:jar:2.5.0"/> <forbidden artifact="slf4j-log4j12"/> <forbidden artifact="log4j12"/> + <forbidden artifact="kerb-simplekdc"/> <!-- not probed for as maven pulls them in from zk, somehow --> <!-- <forbidden artifact="logback-classic"/>--> <!-- <forbidden artifact="logback-core"/>--> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org