Skip to content

Commit d0fcff3

Browse files
authored
Remove openrewrite maven plugin from pom.xml
closes #303 #304 #305 #306
1 parent 64e373b commit d0fcff3

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pom.xml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -187,24 +187,6 @@
187187
<configuration>
188188
</configuration>
189189
</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>
208190
</plugins>
209191
</build>
210192

0 commit comments

Comments
 (0)