We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 775ecb6 + 76236f7 commit e6bc531Copy full SHA for e6bc531
src/main/resources/META-INF/rewrite/java-version-11.yml
@@ -141,9 +141,9 @@ recipeList:
141
newVersion: 2.3.x
142
# Add the jakarta JAXB artifact if it is missing but a project uses types in either javax.jws or javax.xml.ws
143
- org.openrewrite.java.dependencies.AddDependency:
144
- groupId: jakarta.xml.ws
145
- artifactId: jakarta.xml.ws-api
146
- version: 2.3.x
+ groupId: jakarta.jws
+ artifactId: jakarta.jws-api
+ version: 2.1.x
147
onlyIfUsing: javax.jws..*
148
acceptTransitive: true
149
0 commit comments