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.
- 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'