summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBenjamin, Max (mb388a) <mb388a@att.com>2021-01-21 20:17:11 -0500
committerBenjamin, Max (mb388a) <mb388a@att.com>2021-01-21 20:17:11 -0500
commit50c1ce6febddcfbe46b936f42b83ed5b23b61f09 (patch)
treeeade40063ca9513081eb299c5e0d53f73f268707 /pom.xml
parent70b78e89bc8041f9a54013214b2f660e8c8e1fb1 (diff)
maintain jacoco version from parent
inherit jacoco version from so parent pom Issue-ID: SO-3490 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Iae44a434898d783b1a147376b8ba3ab4c348a442
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index dbeb229660..e9949866a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
<sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
<sonar.projectVersion>${project.version}</sonar.projectVersion>
<sonar.cpd.exclusions>**/*</sonar.cpd.exclusions>
- <jacoco.version>0.8.5</jacoco.version>
<org.apache.maven.user-settings />
<openstack.version>1.7.1</openstack.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
@@ -342,7 +341,6 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.version}</version>
<executions>
<execution>
<id>prepare-agent</id>