From: Florian Zschocke Date: Mon, 11 Nov 2019 22:45:56 +0000 (+0100) Subject: Adjust versions of JaCoCo and parboiled to match and work. X-Git-Tag: r1.9.0~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a3a07f39054217db9d2df1de97b21df2b36b0ede;p=gitblit.git 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. --- 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'