Skip to content

Commit

Permalink
[pom] Remove duplicate on version for rewrite and add remove unused i…
Browse files Browse the repository at this point in the history
…mports
  • Loading branch information
hazendaz committed May 6, 2023
1 parent 3645481 commit 8e7916f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1737,10 +1737,10 @@
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>${rewrite.plugin}</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>
<recipe>org.openrewrite.java.RemoveUnusedImports</recipe>
</activeRecipes>
</configuration>
<dependencies>
Expand Down

0 comments on commit 8e7916f

Please sign in to comment.