Skip to content

Commit

Permalink
Merge pull request #42018 from gsmet/spring-boot-properties-annotatio…
Browse files Browse the repository at this point in the history
…n-processor

Add missing extension annotation processor to Spring Boot Properties extension
  • Loading branch information
gsmet authored Jul 20, 2024
2 parents 1a31077 + c800467 commit 255e0e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extensions/spring-boot-properties/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@
</excludedArtifacts>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-extension-processor</artifactId>
<version>${project.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<!--- @SpringBootConfigProperties needs to be part of the index -->
<plugin>
<groupId>io.smallrye</groupId>
Expand Down

0 comments on commit 255e0e9

Please sign in to comment.