diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 07:13:31 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-23 07:13:38 -0500 |
commit | 393fe423b7b934dbb3853fd97f808fee9238a6cc (patch) | |
tree | f190c9e50b3d45508101830aa20921b49e00caed /pom.xml | |
parent | 3bcaf899bc1768d658bbe1012ba7a443517fba60 (diff) |
upgrade jacoco removes eclipse build errors
Change-Id: I5d84f18e36cc26764111cbe5a709930e3da756cc
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -229,7 +229,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.1.201405082137</version> + <version>0.7.5.201505241946</version> <configuration> <dumpOnExit>true</dumpOnExit> <includes> |