From e87cb80d47a18431c887c777586d02cc2de48937 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Fri, 23 Sep 2016 07:37:21 +0200 Subject: [PATCH] [releng] maven: compile against the Java 1.8 libraries Remove the JDK_HOME settings that were introduced to build against the Java 1.7 libraries. Now that the minimum requirement is Java 1.8, this is wrong and prevents use of Java 1.8 features. Change-Id: I91a194c9449d7810ef02b038907dbbc708e600a5 Signed-off-by: Thomas Wolf --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index c4e908e91d..d3d28e5458 100644 --- a/pom.xml +++ b/pom.xml @@ -190,8 +190,6 @@ UTF-8 yyyyMMddHHmm ${project.build.directory}/META-INF/MANIFEST.MF - - ${JAVA_HOME} 4.2.0.201601211800-r 0.1.53 @@ -265,9 +263,6 @@ UTF-8 1.8 1.8 - - ${JDK_HOME}${file.separator}jre${file.separator}lib${file.separator}rt.jar${path.separator}${JDK_HOME}${file.separator}jre${file.separator}lib${file.separator}jsse.jar${path.separator}${JDK_HOME}${file.separator}jre${file.separator}lib${file.separator}jce.jar - -- 2.39.5