From 2079cfc54d06aebd5292227b91dcde7a3096201e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 30 Jun 2021 17:20:23 +0200 Subject: [PATCH] Do not override compiler configuration odlparent's compiler configuration is in many ways better than what we are doing here, just remove the configuration. Change-Id: If95cf81dda6f65723effba833bb6fedee5751d12 Signed-off-by: Robert Varga --- parent/pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index e198e0a8f9..673231b4bf 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -123,19 +123,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - ${java.version.source} - ${java.version.target} - ${java.version.source} - ${java.version.target} - true - true - true - - org.apache.maven.plugins maven-surefire-plugin -- 2.36.6