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.
1 parent 54abc1d commit 8d4b1e1Copy full SHA for 8d4b1e1
pom.xml
@@ -187,24 +187,6 @@
187
<configuration>
188
</configuration>
189
</plugin>
190
- <!-- Add OpenRewrite plugin for JUnit 5 migration -->
191
- <plugin>
192
- <groupId>org.openrewrite.maven</groupId>
193
- <artifactId>rewrite-maven-plugin</artifactId>
194
- <version>5.33.0</version>
195
- <configuration>
196
- <activeRecipes>
197
- <recipe>org.openrewrite.java.testing.junit5.JUnit4to5Migration</recipe>
198
- </activeRecipes>
199
- </configuration>
200
- <dependencies>
201
- <dependency>
202
- <groupId>org.openrewrite.recipe</groupId>
203
- <artifactId>rewrite-testing-frameworks</artifactId>
204
- <version>2.3.0</version>
205
- </dependency>
206
- </dependencies>
207
- </plugin>
208
</plugins>
209
</build>
210
0 commit comments