From 050b4c5b26b09c308c987d02af53fe0827db39d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Wed, 18 Sep 2024 12:58:44 +0200 Subject: [PATCH] remove unnecessary compiler plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- sample-operators/controller-namespace-deletion/pom.xml | 5 ----- sample-operators/leader-election/pom.xml | 5 ----- sample-operators/mysql-schema/pom.xml | 5 ----- sample-operators/tomcat-operator/pom.xml | 5 ----- sample-operators/webpage/pom.xml | 5 ----- 5 files changed, 25 deletions(-) diff --git a/sample-operators/controller-namespace-deletion/pom.xml b/sample-operators/controller-namespace-deletion/pom.xml index c82272294b..4979eec0d1 100644 --- a/sample-operators/controller-namespace-deletion/pom.xml +++ b/sample-operators/controller-namespace-deletion/pom.xml @@ -81,11 +81,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.12.1 - diff --git a/sample-operators/leader-election/pom.xml b/sample-operators/leader-election/pom.xml index 894b96d988..d686634ad7 100644 --- a/sample-operators/leader-election/pom.xml +++ b/sample-operators/leader-election/pom.xml @@ -76,11 +76,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.12.1 - io.fabric8 diff --git a/sample-operators/mysql-schema/pom.xml b/sample-operators/mysql-schema/pom.xml index bc8207a92e..46d555966c 100644 --- a/sample-operators/mysql-schema/pom.xml +++ b/sample-operators/mysql-schema/pom.xml @@ -102,11 +102,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.12.1 - diff --git a/sample-operators/tomcat-operator/pom.xml b/sample-operators/tomcat-operator/pom.xml index 7af9893609..d22260c614 100644 --- a/sample-operators/tomcat-operator/pom.xml +++ b/sample-operators/tomcat-operator/pom.xml @@ -104,11 +104,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.12.1 - diff --git a/sample-operators/webpage/pom.xml b/sample-operators/webpage/pom.xml index 9982da49c4..34b6846b94 100644 --- a/sample-operators/webpage/pom.xml +++ b/sample-operators/webpage/pom.xml @@ -75,11 +75,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - 3.12.1 -