This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch WW-5376-bom-fix in repository https://gitbox.apache.org/repos/asf/struts.git
discard 9284b742f WW-5376 Fix BOM leaking unrelated dependencies add 7a37de1ab WW-5376 Fix BOM leaking unrelated dependencies This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (9284b742f) \ N -- N -- N refs/heads/WW-5376-bom-fix (7a37de1ab) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: apps/pom.xml | 3 +- assembly/pom.xml | 1 + bom/README.md | 20 ---- bom/pom.xml | 168 ------------------------------ core/pom.xml | 1 + jakarta/pom.xml | 1 + parent/pom.xml | 305 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ plugins/pom.xml | 1 + pom.xml | 280 +++++++++++--------------------------------------- 9 files changed, 370 insertions(+), 410 deletions(-) delete mode 100644 bom/README.md delete mode 100644 bom/pom.xml create mode 100644 parent/pom.xml