summaryrefslogtreecommitdiff
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rw-r--r--deployment/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 209ce64..17b19fe 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -65,23 +65,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later
</path>
</annotationProcessorPaths>
</configuration>
- <executions>
- <execution>
- <id>default-compile</id>
- <configuration>
- <annotationProcessorPaths>
- <path>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-extension-processor</artifactId>
- <version>${quarkus.version}</version>
- </path>
- </annotationProcessorPaths>
- <compilerArgs>
- <arg>-AlegacyConfigRoot=true</arg>
- </compilerArgs>
- </configuration>
- </execution>
- </executions>
</plugin>
</plugins>
</build>