From a3a07f39054217db9d2df1de97b21df2b36b0ede Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Mon, 11 Nov 2019 23:45:56 +0100 Subject: [PATCH] Adjust versions of JaCoCo and parboiled to match and work. Adjust the version of JaCoCo down to 0.8.4 and the version of parboiled-java up to 1.3.1. They need to match because both use ASM. This combination has the same dependency on ASM: 7.1. And it seems to work, at least the docs get generated and the `moxie test` doesn't fail building the report anymore. --- build.moxie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.moxie b/build.moxie index 7b5b28ae..7775e3ca 100644 --- a/build.moxie +++ b/build.moxie @@ -190,5 +190,5 @@ dependencies: - test 'org.mockito:mockito-core:1.10.19' # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath -- build 'org.jacoco:org.jacoco.ant:0.8.5' -- build 'org.parboiled:parboiled-java:1.1.7' +- build 'org.jacoco:org.jacoco.ant:0.8.4' +- build 'org.parboiled:parboiled-java:1.3.1' -- 2.39.5