You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2020/12/22 12:48:49 UTC

[ws-axiom] branch master updated: Don't update to JAX-WS 3.0

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/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new cb0b6b3  Don't update to JAX-WS 3.0
cb0b6b3 is described below

commit cb0b6b3b97753c8e71c3bd8a13d29e02fae366e4
Author: Andreas Veithen <ve...@apache.org>
AuthorDate: Tue Dec 22 12:48:25 2020 +0000

    Don't update to JAX-WS 3.0
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 4601588..76fa4ee 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,5 +19,7 @@ updates:
     schedule:
       interval: "daily"
     ignore:
+      - dependency-name: "com.sun.xml.ws:jaxws-rt"
+        versions: ">= 3.0"
       - dependency-name: "org.eclipse.jetty:jetty-webapp"
         versions: ">= 10.0"