Skip to content

Commit

Permalink
Merge branch '2.4.x' into 2.5.x
Browse files Browse the repository at this point in the history
Closes gh-28342
  • Loading branch information
wilkinsona committed Oct 14, 2021
2 parents 865615e + adb9226 commit 1a30c66
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ private boolean prohibited(ModuleVersionIdentifier id) {
if (group.startsWith("org.jboss.spec")) {
return true;
}
if (group.equals("org.apache.geronimo.specs")) {
return true;
}
return false;
}

Expand Down

0 comments on commit 1a30c66

Please sign in to comment.