Skip to content

Commit 8fcece2

Browse files
committed
Add quarkus-extension-processor to quarkus-bom
1 parent e2db84d commit 8fcece2

File tree

2 files changed

+6
-1
lines changed
  • bom/application
  • integration-tests/maven/src/test/resources-filtered/projects/extension-removed-resources/extension/runtime

2 files changed

+6
-1
lines changed

bom/application/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,11 @@
680680
<artifactId>quarkus-devui-deployment-spi</artifactId>
681681
<version>${project.version}</version>
682682
</dependency>
683+
<dependency>
684+
<groupId>io.quarkus</groupId>
685+
<artifactId>quarkus-extension-processor</artifactId>
686+
<version>${project.version}</version>
687+
</dependency>
683688
<dependency>
684689
<groupId>io.quarkus</groupId>
685690
<artifactId>quarkus-jacoco</artifactId>

integration-tests/maven/src/test/resources-filtered/projects/extension-removed-resources/extension/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
<path>
6161
<groupId>io.quarkus</groupId>
6262
<artifactId>quarkus-extension-processor</artifactId>
63-
<version>\${quarkus.platform.version}</version>
6463
</path>
6564
</annotationProcessorPaths>
65+
<annotationProcessorPathsUseDepMgmt>true</annotationProcessorPathsUseDepMgmt>
6666
</configuration>
6767
</plugin>
6868
</plugins>

0 commit comments

Comments
 (0)