Skip to content

Commit

Permalink
ignore xml bind upgrade >=3 and fix pattern jaxws-rt as star looks to…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
olamy committed May 4, 2022
1 parent 282aad8 commit 3fba189
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down

0 comments on commit 3fba189

Please sign in to comment.