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 /odlparent | |
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 'odlparent')
-rw-r--r-- | odlparent/binding-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent/bundle-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent/feature-repo-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent/karaf4-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent/mdsal-it-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent/odlparent-lite/pom.xml | 2 | ||||
-rw-r--r-- | odlparent/odlparent/pom.xml | 2 | ||||
-rwxr-xr-x | odlparent/setup/src/main/resources/pom-template.xml | 2 | ||||
-rw-r--r-- | odlparent/single-feature-parent/pom.xml | 2 |
9 files changed, 9 insertions, 9 deletions
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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> 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 @@ <message>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</message> <excludes> <exclude>org.mockito:mockito-all</exclude> - <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> + <!-- <exclude>com.google.code.findbugs:annotations</exclude> --> </excludes> </bannedDependencies> </rules> |