diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-07 19:47:37 -0400 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-07 19:49:05 -0400 |
commit | 84de142aba1b450beeec04ad85f9739fb721697f (patch) | |
tree | 02978bf899a28096df3bdb14e9cf8672cefbb260 /oparent | |
parent | 1ab9dc7eceb1623093cbc06e0c341e44e5aeaaef (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')
-rwxr-xr-x | oparent/pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 6c96a4b8..a5acdcdd 100755 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -94,7 +94,6 @@ <type>pom</type> <scope>import</scope> </dependency> - <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> @@ -135,7 +134,6 @@ <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> - <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> @@ -294,13 +292,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> @@ -323,13 +319,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> |