From 1972c658289468599bbb832bad03fe0a5a34713d Mon Sep 17 00:00:00 2001 From: zhanghua1831 Date: Fri, 26 Feb 2021 12:33:02 +0800 Subject: [PATCH] fix build error by using Java8 changes of CVE-2020-7226's patches require Java8 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 1f83d44..9506e54 100644 --- a/pom.xml +++ b/pom.xml @@ -140,8 +140,8 @@ true true -Xlint:unchecked - 1.7 - 1.7 + 1.8 + 1.8 @@ -182,7 +182,7 @@ 2.10.3 - http://download.oracle.com/javase/7/docs/api + http://download.oracle.com/javase/8/docs/api Copyright © 2003-2015 Virginia Tech. All Rights Reserved.]]> -- 2.23.0