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 3ca594d138 Remove obsolete Dependabot constraint
3ca594d138 is described below
commit 3ca594d138f6f0bd816021b94553297a7f6122d5
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Apr 1 14:09:46 2024 +0000
Remove obsolete Dependabot constraint
The dependency on Qpid was removed in AXIS2-6028.
---
.github/dependabot.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 917ca60f83..51e8431893 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -55,9 +55,6 @@ updates:
- dependency-name: "javax.servlet:javax.servlet-api"
versions:
- "> 3.1.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.glassfish.jaxb:*"
versions:
- ">= 3.0"