We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6bed33b + bea97d3 commit 3fc9e63Copy full SHA for 3fc9e63
2 files changed
quarkus-workshop-super-heroes/super-heroes/extension-version/deployment/pom.xml
@@ -30,6 +30,7 @@
30
<plugin>
31
<artifactId>maven-compiler-plugin</artifactId>
32
<configuration>
33
+ <annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
34
<annotationProcessorPaths>
35
<path>
36
<groupId>io.quarkus</groupId>
quarkus-workshop-super-heroes/super-heroes/extension-version/runtime/pom.xml
@@ -36,6 +36,7 @@
37
38
39
40
41
42
0 commit comments