From 355d6337a159419f36171778b3d5934f929283dd Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sat, 23 May 2020 15:26:18 +0900 Subject: [PATCH] Update dependencies / Require Java 8 --- pom.xml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 6e1bf7f..d541f71 100644 --- a/pom.xml +++ b/pom.xml @@ -110,10 +110,10 @@ maven-compiler-plugin - 3.7.0 + 3.8.1 - 1.6 - 1.6 + 1.8 + 1.8 true true @@ -132,7 +132,7 @@ maven-plugin-plugin - 3.5.1 + 3.6.0 os true @@ -157,20 +157,12 @@ be used even when compiling with java 1.7+ --> org.codehaus.mojo animal-sniffer-maven-plugin - 1.16 - - - - org.ow2.asm - asm-all - 5.2 - - + 1.18 org.codehaus.mojo.signature - java16 - 1.1 + java18 + 1.0 @@ -184,7 +176,7 @@ maven-jar-plugin - 3.1.0 + 3.2.0 @@ -193,7 +185,7 @@ kr.motd.maven.os;singleton:=true ${project.version} org.eclipse.core.runtime,org.eclipse.ui - JavaSE-1.6 + JavaSE-1.8