Skip to content

Commit

Permalink
Merge pull request quarkusio#45772 from gsmet/runtime-spi-no-extension
Browse files Browse the repository at this point in the history
Remove quarkus-extension-processor from cache-runtime-spi
  • Loading branch information
geoand authored Jan 22, 2025
2 parents f1430d8 + a08b2ba commit 32144de
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions extensions/cache/runtime-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>


</project>

0 comments on commit 32144de

Please sign in to comment.