This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new a7ed14d Don't update Qpid a7ed14d is described below commit a7ed14da2ee940f20546f3b756c6dea3520f0a6a Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Tue Dec 29 14:15:41 2020 +0000 Don't update Qpid --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6c49756..c2990c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,6 +39,9 @@ updates: versions: "> 3.1.0" - dependency-name: "javax.xml.bind:jaxb-api" versions: ">= 3.0" + # Embedding Qpid is a pain and APIs have changed a lot over time. We don't try to keep up with + # these changes. It's only used for integration tests anyway. + - dependency-name: "org.apache.qpid:*" - dependency-name: "org.eclipse.jetty:*" versions: ">= 10.0" - dependency-name: "org.glassfish.jaxb:*"