Skip to content

Commit

Permalink
Add stork-configuration-generator as an annotationProcessorPath
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Oct 31, 2024
1 parent 4fe897e commit 06c7639
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions integration-tests/rest-client-reactive-stork/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-service-discovery-static-list</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-configuration-generator</artifactId>
<scope>provided</scope>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down Expand Up @@ -121,6 +116,17 @@
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>io.smallrye.stork</groupId>
<artifactId>stork-configuration-generator</artifactId>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
Expand Down

0 comments on commit 06c7639

Please sign in to comment.