diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2018-08-07 10:29:08 +0200 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2018-08-07 10:41:52 +0200 |
commit | 4e276344a57a3355d5ae507fbfb5bd27c3b4911d (patch) | |
tree | f8764cbf610538ca2260d27a9f754bdf0b3e078e | |
parent | 2e9fa2812e69833b4ea22632cdacf133c2dfc262 (diff) |
Preparing INT-607
Set version for Jacocco plugin
Change-Id: Ia644b75b55a6e888d49b4cd7a43f18b6d97ece08
Issue-ID: INT-607
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
-rw-r--r-- | test/mocks/pnfsimulator/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 999a6265b..442d3fcaa 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -315,6 +315,7 @@ <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> + <version>0.8.1</version> <configuration> <excludes> <exclude>org/onap/pnfsimulator/Main.class</exclude> |