Skip to content

Commit

Permalink
Merge pull request #32149 from hak7a3
Browse files Browse the repository at this point in the history
* gh-32149:
  Remove ANTLR 2 dependency management

Closes gh-32149
  • Loading branch information
wilkinsona committed Aug 31, 2022
2 parents 08fde3a + fb61f8a commit 43b8890
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ bom {
issueLabels = ["type: dependency-upgrade"]
}
}
library("ANTLR2", "2.7.7") {
prohibit("20030911") {
because "it is old version that used a different versioning scheme"
}
group("antlr") {
modules = [
"antlr"
]
}
}
library("Artemis", "2.23.1") {
group("org.apache.activemq") {
modules = [
Expand Down

0 comments on commit 43b8890

Please sign in to comment.