ignore xml bind upgrade >=3 and fix pattern jaxws-rt as star looks to not be supported for artifactId (#7952)

* ignore xml bind upgrade >=3 and fix pattern jaxws-rt as star looks to not be supported for artifactId

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>

* fix duplicate

Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
Olivier Lamy 2022-05-05 06:44:03 +10:00 committed by GitHub
parent 282aad85ed
commit 3fba189368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -57,12 +57,14 @@ updates:
versions: [ ">=4.0.0" ]
- dependency-name: "jakarta.enterprise:jakarta.enterprise.cdi-api:*"
versions: [ ">=3.0.0" ]
- dependency-name: "com.sun.xml.ws:jaxws*"
- dependency-name: "com.sun.xml.ws:jaxws-rt"
versions: [ ">=3.0.0" ]
- dependency-name: "jakarta.transaction:*"
versions: [ ">=2.0.0" ]
- dependency-name: "org.infinispan:*"
versions: [ ">=12" ]
- dependency-name: "jakarta.xml.bind:*"
versions: [ ">=3.0.0" ]
- package-ecosystem: "maven"
directory: "/"