diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-07 19:47:37 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-08 12:51:56 +0000 |
commit | b473d3c5a0287f093b893f88fe262b62925438ec (patch) | |
tree | 660497ce96b1e49c0fb9c5c27be06d42fbf93474 /oparent/pom.xml | |
parent | 06b500355c944970d176c81230f40c76c00977d3 (diff) |
Updating logging-analytics version from 1.6.6 to 1.6.9
Updating com.google.code.findbugs:annotation version to 3.0.1
Issue-ID: CCSDK-3329
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: Ic22de3bbdb11994f273eba25b352331cc7000714
Diffstat (limited to 'oparent/pom.xml')
-rwxr-xr-x | oparent/pom.xml | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index b3898c08..7b0f9795 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -141,7 +141,6 @@ <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> @@ -300,13 +299,11 @@ <configuration> <!-- Sets the path to the file which contains the execution data. --> <destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</destFile> - <!-- Sets the name of the property containing the settings for JaCoCo - runtime agent. --> + <!-- Sets the name of the property containing the settings for JaCoCo runtime agent. --> <propertyName>surefireArgLine</propertyName> </configuration> </execution> - <!-- Ensures that the code coverage report for unit tests is created - after unit tests have been run. --> + <!-- Ensures that the code coverage report for unit tests is created after unit tests have been run. --> <execution> <id>post-unit-test</id> <phase>test</phase> @@ -329,13 +326,11 @@ <configuration> <!-- Sets the path to the file which contains the execution data. --> <destFile>${project.build.directory}/code-coverage/jacoco-it.exec</destFile> - <!-- Sets the name of the property containing the settings for JaCoCo - runtime agent. --> + <!-- Sets the name of the property containing the settings for JaCoCo runtime agent. --> <propertyName>failsafeArgLine</propertyName> </configuration> </execution> - <!-- Ensures that the code coverage report for integration tests after - integration tests have been run. --> + <!-- Ensures that the code coverage report for integration tests after integration tests have been run. --> <execution> <id>post-integration-test</id> <phase>post-integration-test</phase> |