From b473d3c5a0287f093b893f88fe262b62925438ec Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Mon, 7 Jun 2021 19:47:37 -0400 Subject: [PATCH] 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) Change-Id: Ic22de3bbdb11994f273eba25b352331cc7000714 --- dependencies-bom/pom.xml | 11 +++-------- dependencies-odl-bom/pom.xml | 2 +- odlparent/binding-parent/pom.xml | 2 +- odlparent/bundle-parent/pom.xml | 2 +- odlparent/feature-repo-parent/pom.xml | 2 +- odlparent/karaf4-parent/pom.xml | 2 +- odlparent/mdsal-it-parent/pom.xml | 2 +- odlparent/odlparent-lite/pom.xml | 2 +- odlparent/odlparent/pom.xml | 2 +- odlparent/setup/src/main/resources/pom-template.xml | 2 +- odlparent/single-feature-parent/pom.xml | 2 +- oparent/pom.xml | 13 ++++--------- 12 files changed, 17 insertions(+), 27 deletions(-) diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 74bf2a45..fac96450 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -139,7 +139,7 @@ javax.xml.bind jaxb-api - 2.2.8 + 2.3.1 javax.xml.stream @@ -262,20 +262,15 @@ 1.10.19 test - - org.onap.logging-analytics - logging-analytics - 1.6.6 - org.onap.logging-analytics logging-filter-base - 1.6.6 + 1.6.9 org.onap.logging-analytics logging-slf4j - 1.6.6 + 1.6.9 org.osgi diff --git a/dependencies-odl-bom/pom.xml b/dependencies-odl-bom/pom.xml index 1cf4cb9a..27076a60 100644 --- a/dependencies-odl-bom/pom.xml +++ b/dependencies-odl-bom/pom.xml @@ -106,7 +106,7 @@ com.google.code.findbugs annotations - 3.0.0 + 3.0.1 org.glassfish.jersey diff --git a/odlparent/binding-parent/pom.xml b/odlparent/binding-parent/pom.xml index 3c67eea1..1ac5f71b 100644 --- a/odlparent/binding-parent/pom.xml +++ b/odlparent/binding-parent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/bundle-parent/pom.xml b/odlparent/bundle-parent/pom.xml index 7863de37..5ca12e84 100644 --- a/odlparent/bundle-parent/pom.xml +++ b/odlparent/bundle-parent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/feature-repo-parent/pom.xml b/odlparent/feature-repo-parent/pom.xml index 1c92b029..fa56a6a7 100644 --- a/odlparent/feature-repo-parent/pom.xml +++ b/odlparent/feature-repo-parent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/karaf4-parent/pom.xml b/odlparent/karaf4-parent/pom.xml index 31897729..bc136043 100644 --- a/odlparent/karaf4-parent/pom.xml +++ b/odlparent/karaf4-parent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/mdsal-it-parent/pom.xml b/odlparent/mdsal-it-parent/pom.xml index 2fada54d..43d3f30e 100644 --- a/odlparent/mdsal-it-parent/pom.xml +++ b/odlparent/mdsal-it-parent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml index 1c992c55..46ddaf9e 100644 --- a/odlparent/odlparent-lite/pom.xml +++ b/odlparent/odlparent-lite/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/odlparent/pom.xml b/odlparent/odlparent/pom.xml index ef46a0fa..949942a3 100644 --- a/odlparent/odlparent/pom.xml +++ b/odlparent/odlparent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/setup/src/main/resources/pom-template.xml b/odlparent/setup/src/main/resources/pom-template.xml index b2deff05..e5eeb722 100755 --- a/odlparent/setup/src/main/resources/pom-template.xml +++ b/odlparent/setup/src/main/resources/pom-template.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml index 4e83e955..455783dd 100644 --- a/odlparent/single-feature-parent/pom.xml +++ b/odlparent/single-feature-parent/pom.xml @@ -460,7 +460,7 @@ Please always use mockito-core instead of mockito-all (see https://bugs.opendaylight.org/show_bug.cgi?id=7662), and spotbugs:annotations instead of findbugs:annotations org.mockito:mockito-all - + 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 @@ slf4j-simple test - org.mockito mockito-core @@ -300,13 +299,11 @@ ${project.build.directory}/code-coverage/jacoco-ut.exec - + surefireArgLine - + post-unit-test test @@ -329,13 +326,11 @@ ${project.build.directory}/code-coverage/jacoco-it.exec - + failsafeArgLine - + post-integration-test post-integration-test -- 2.16.6