Skip to content

Commit

Permalink
Removing rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 3, 2023
1 parent 6b17eff commit ebca56f
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,39 +70,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.3.2</version>
<configuration>
<activeRecipes>
<recipe>org.openrewrite.java.migrate.Java8toJava11</recipe>
<recipe>
org.openrewrite.java.migrate.lang.UseStringIsEmptyRecipe</recipe>
<recipe>
org.openrewrite.java.migrate.lang.MigrateClassNewInstanceToGetDeclaredConstructorNewInstance</recipe>
<recipe>org.openrewrite.java.migrate.lang.JavaLangAPIs</recipe>
<recipe>
org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>
<recipe>org.openrewrite.java.AddApache2LicenseHeader</recipe>
</activeRecipes>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-migrate-java</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-testing-frameworks</artifactId>
<version>2.0.8</version>
</dependency>

</dependencies>
</plugin>
</plugins>
</build>
</project>

0 comments on commit ebca56f

Please sign in to comment.