From 65f132eda172b668ac2e134aa16fb6050ead4159 Mon Sep 17 00:00:00 2001 From: Dimitris Kontokostas Date: Sun, 16 May 2021 16:08:39 +0300 Subject: [PATCH] revert jetty maven plugin to 9.4.x, v11 is not compatible with java 8 closes https://github.com/AKSW/RDFUnit/issues/109 --- rdfunit-validate/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdfunit-validate/pom.xml b/rdfunit-validate/pom.xml index 92f0026f..21c696de 100644 --- a/rdfunit-validate/pom.xml +++ b/rdfunit-validate/pom.xml @@ -98,7 +98,7 @@ org.eclipse.jetty jetty-maven-plugin - 11.0.0 + 9.4.6.v20170531 5