]> source.dussan.org Git - gitblit.git/commitdiff
Adjust versions of JaCoCo and parboiled to match and work.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 11 Nov 2019 22:45:56 +0000 (23:45 +0100)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Mon, 11 Nov 2019 22:45:56 +0000 (23:45 +0100)
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

index 7b5b28aefc9d43215cec5489a1dd31aeb6857fb0..7775e3cae0a12280d8861c46b91ce953a634e88d 100644 (file)
@@ -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'