From a9c89a9ce59cae3e9619f3ae0c5cc2941cd74103 Mon Sep 17 00:00:00 2001 From: Croway Date: Thu, 21 Sep 2023 12:19:26 +0200 Subject: [PATCH] Remove compiler plugin from archetype --- .../src/main/resources/archetype-resources/pom.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml index 2c951d8fa01..a76de9c8dc9 100644 --- a/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml +++ b/archetypes/camel-archetype-spring-boot/src/main/resources/archetype-resources/pom.xml @@ -30,6 +30,9 @@ UTF-8 UTF-8 + 17 + 17 + 17 ${spring-boot-version} 3.0.0-M4 registry.access.redhat.com/ubi8/openjdk-17:latest @@ -94,14 +97,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - ${maven-compiler-plugin-version} - - 17 - - org.springframework.boot spring-boot-maven-plugin