Skip to content

Commit e6bc531

Browse files
authored
Merge branch 'main' into boeg/java-tools-upgardes
2 parents 775ecb6 + 76236f7 commit e6bc531

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/META-INF/rewrite/java-version-11.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ recipeList:
141141
newVersion: 2.3.x
142142
# Add the jakarta JAXB artifact if it is missing but a project uses types in either javax.jws or javax.xml.ws
143143
- org.openrewrite.java.dependencies.AddDependency:
144-
groupId: jakarta.xml.ws
145-
artifactId: jakarta.xml.ws-api
146-
version: 2.3.x
144+
groupId: jakarta.jws
145+
artifactId: jakarta.jws-api
146+
version: 2.1.x
147147
onlyIfUsing: javax.jws..*
148148
acceptTransitive: true
149149
- org.openrewrite.java.dependencies.AddDependency:

0 commit comments

Comments
 (0)