commit | d1b16d63d0563935067e085f3257020d731fe736 | [log] [tgz] |
---|---|---|
author | Andrew Brown <andrew.brown@intel.com> | Fri Sep 02 17:12:04 2016 -0700 |
committer | Andrew Brown <andrew.brown@intel.com> | Fri Sep 02 17:14:36 2016 -0700 |
tree | 31c5b0becf2ecd057387aed8c9b10d045a2da0fe | |
parent | f297ce40c88b89ae350864979c41844b65fc0b0e [diff] [blame] |
Update Jacoco version May fix an issue with code coverage instrumentation; Jacoco fails with a stack overflow, presumably because it is scanning its own files.
diff --git a/pom.xml b/pom.xml index 3e11d43..dabd4dc 100644 --- a/pom.xml +++ b/pom.xml
@@ -71,7 +71,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.4.201502262128</version> + <version>0.7.7.201606060606</version> <executions> <execution> <id>pre-unit-test</id>