This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new ee30b5cdfb INFRA-23225 Remove redundant warning.
ee30b5cdfb is described below
commit ee30b5cdfb4ec6ea2315c8901a7743e0a91aed13
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri May 27 23:54:18 2022 +0200
INFRA-23225 Remove redundant warning.
---
.github/workflows/build.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 288d2486e5..b54e82c6d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -140,7 +140,6 @@ jobs:
shell: bash
# `package install:install deploy:deploy` goal is needed to deploy
without configuring the plugin in the POM.
# For details see:
https://maven.apache.org/plugins/maven-gpg-plugin/examples/deploy-signed-artifacts.html
- # INFRA-23225 `log4j-bom` is excluded due to 401 errors.
run: |
./mvnw \
--show-version --batch-mode --errors --no-transfer-progress \