Skip to content

Commit

Permalink
review recommandations corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
bmscomp committed Jan 18, 2024
1 parent 5a61961 commit a6c258e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
<url>https://github.com/quarkiverse/quarkus-cucumber</url>
</scm>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.6.6</quarkus.version>
<quarkus.version>3.2.6.Final</quarkus.version>
<cucumber.version>7.11.2</cucumber.version>
</properties>
<dependencyManagement>
Expand Down
12 changes: 0 additions & 12 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${quarkus.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit a6c258e

Please sign in to comment.