From: Dan Timoney Date: Mon, 31 Aug 2020 14:50:39 +0000 (+0000) Subject: Remove override of java compiler version X-Git-Tag: 2.0.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=sdnc%2Foam.git;a=commitdiff_plain;h=c2e94bc482f83a5e3bdd357d884a01b1b723620b Remove override of java compiler version Java compiler version should be inherited from parent pom and NOT set explicitly on project pom. Removed explicit setting of java 8 compiler to allow compilation under java 11. Issue-ID: SDNC-1242 Signed-off-by: Dan Timoney Change-Id: Iba6e0b3b8b44f6b5008e8cba9ef252e1b879a1f1 Former-commit-id: fd2a84a01eb96fcb11d8da9a59cb0aaa2888a103 --- diff --git a/data-migrator/pom.xml b/data-migrator/pom.xml index ee3733f1..e3fea901 100644 --- a/data-migrator/pom.xml +++ b/data-migrator/pom.xml @@ -82,20 +82,6 @@ - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - true - - 1.8 - 1.8 - - org.apache.maven.plugins maven-jar-plugin