From f8a3924005d41a4a05872db8822b48a39cade864 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sat, 7 Mar 2020 00:29:59 +0100 Subject: [PATCH] Use fix version for maven-processor-plugin Using the latest (4.0-beta1) does not work on Java 8 since it is compiled with Java 9 --- integrationtest/src/test/resources/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationtest/src/test/resources/pom.xml b/integrationtest/src/test/resources/pom.xml index b386ce6e2..e209daf23 100644 --- a/integrationtest/src/test/resources/pom.xml +++ b/integrationtest/src/test/resources/pom.xml @@ -75,6 +75,7 @@ org.bsc.maven maven-processor-plugin + 3.3.3 process