Skip to content

Commit 4b3e3bf

Browse files
thomaszubThomas Zub
and
Thomas Zub
authored
fix: use value directly, arrays are not supported (#170) (#171)
Co-authored-by: Thomas Zub <[email protected]>
1 parent bd3e07e commit 4b3e3bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/META-INF/rewrite/jakarta-ee-9.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,7 @@ recipeList:
307307
groupId: jakarta.validation
308308
artifactId: jakarta.validation-api
309309
version: 3.x
310-
onlyIfUsing:
311-
- javax.validation..*
310+
onlyIfUsing: javax.validation..*
312311
- org.openrewrite.maven.UpgradeDependencyVersion:
313312
groupId: jakarta.validation
314313
artifactId: jakarta.validation-api

0 commit comments

Comments
 (0)