Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
AAllineamento pom
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Aug 7, 2023
1 parent 5f3f110 commit 94a3665
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<artifactId>logback-core</artifactId>
<version>1.4.9</version>
</dependency>

<!-- APACHE POI -->
<!-- ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath. Using SimpleLogger to log to the console... -->
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-to-slf4j -->
Expand Down Expand Up @@ -147,7 +147,7 @@
<recipe>org.openrewrite.staticanalysis.UseJavaStyleArrayDeclarations</recipe>
<recipe>org.openrewrite.staticanalysis.RemoveExtraSemicolons</recipe>
<recipe>org.openrewrite.staticanalysis.NoFinalizer</recipe>
<recipe>org.openrewrite.java.cleanup.UnnecessaryParentheses</recipe>
<recipe>org.openrewrite.staticanalysis.UnnecessaryParentheses</recipe>
<!--
<recipe>org.openrewrite.staticanalysis.UnnecessaryCloseInTryWithResources</recipe>
-->
Expand All @@ -157,15 +157,15 @@
<recipe>org.openrewrite.staticanalysis.StaticMethodNotFinal</recipe>
<recipe>org.openrewrite.staticanalysis.LambdaBlockToExpression</recipe>
<recipe>org.openrewrite.java.format.AutoFormat</recipe>
</activeRecipes>
</activeRecipes>
</configuration>
<dependencies>
<dependency>
<groupId>org.openrewrite.recipe</groupId>
<artifactId>rewrite-static-analysis</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 94a3665

Please sign in to comment.