We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2454d7 commit 4f6e786Copy full SHA for 4f6e786
pom.xml
@@ -36,6 +36,16 @@
36
<exportDatatables>true</exportDatatables>
37
</configuration>
38
<dependencies>
39
+ <dependency>
40
+ <groupId>org.openrewrite.recipe</groupId>
41
+ <artifactId>rewrite-migrate-java</artifactId>
42
+ <version>3.21.2</version>
43
+ </dependency>
44
45
46
+ <artifactId>rewrite-testing-frameworks</artifactId>
47
+ <version>3.21.3</version>
48
49
<dependency>
50
<groupId>org.openrewrite.recipe</groupId>
51
<artifactId>rewrite-spring</artifactId>
0 commit comments