aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-23 09:06:19 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-23 09:30:47 +0200
commit1d9f81b69b5caad88373d3fcece4654df4729161 (patch)
tree97b897d5acb058b132054bb8402b971a9e3ac26b /pom.xml
parent56c5808a172a1ec8d8f82aafbed67fc020df9fac (diff)
Update to Jacoco 0.8.2 & fix coverage report
* Upgrade to Jacoco version with Kotlin support * Reorganize hv-collector-coverage pom.xml so aggregated report works again Change-Id: I636d901114701e2c6669d45add85aafcad8a6783 Issue-ID: DCAEGEN2-729 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/pom.xml b/pom.xml
index e61bf45d..2781799b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
<arrow.version>0.7.3</arrow.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<build-helper-maven-plugin.version>1.7</build-helper-maven-plugin.version>
- <jacoco.version>0.8.1</jacoco.version>
+ <jacoco.version>0.8.2</jacoco.version>
<!-- Protocol buffers -->
<protobuf.version>3.5.1</protobuf.version>
@@ -465,19 +465,6 @@
<pluginRepositories>
<pluginRepository>
- <id>40_openecomp-release</id>
- <name>40_openecomp-release</name>
- <url>https://nexus.onap.org/content/repositories/releases/</url>
- <releases>
- <enabled>true</enabled>
- <updatePolicy>daily</updatePolicy>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
-
- <pluginRepository>
<id>arturbosch-code-analysis</id>
<name>arturbosch-code-analysis (for detekt)</name>
<url>https://dl.bintray.com/arturbosch/code-analysis/</url>