From d313b58558c9c6d30ea66132b16949b7f7063cc3 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Fri, 3 Apr 2020 12:23:50 -0400 Subject: Addresses are not properly formatted updated the format of addresses updated unit test Issue-ID: SO-2786 Signed-off-by: Benjamin, Max (mb388a) Change-Id: I5b6d67ca95f33752360cfc2210420bfe2341058e --- pom.xml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 348ccea..dbef9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -391,29 +391,29 @@ 2.9.8 - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} - - - prepare-agent - - prepare-agent - - - - report - - report - - - ${project.build.directory}/code-coverage/jacoco.exec - ${project.reporting.outputDirectory}/jacoco-ut - - - + + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + prepare-agent + + prepare-agent + + + + report + + report + + + ${project.build.directory}/code-coverage/jacoco.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + -- cgit 1.2.3-korg