From f2e9361ee3c37c45081ee279763f1fb98911a392 Mon Sep 17 00:00:00 2001 From: Enbo Wang Date: Fri, 3 Jan 2020 16:36:48 +0800 Subject: [PATCH] Fix dependencies error of appc-client Fix dependencies error about Enforcer rules failed of appc-client. Issue-ID: APPC-1810 Signed-off-by: Enbo Wang Change-Id: I2fcb5392cc6d21e7fe5d22af1bb027e977684abe --- appc-client/client-kit/pom.xml | 8 +++++++- appc-client/client-lib/pom.xml | 2 +- appc-client/client-simulator/pom.xml | 2 +- appc-client/code-generator/pom.xml | 14 +++++++++++++- appc-client/pom.xml | 10 ++++++++-- pom.xml | 2 +- 6 files changed, 31 insertions(+), 7 deletions(-) diff --git a/appc-client/client-kit/pom.xml b/appc-client/client-kit/pom.xml index 6cf860984..f3f09c213 100644 --- a/appc-client/client-kit/pom.xml +++ b/appc-client/client-kit/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT client-kit @@ -93,6 +93,12 @@ yang-parser-impl ${yang.parser.impl.version} test + + + com.google.code.findbugs + jsr305 + + diff --git a/appc-client/client-lib/pom.xml b/appc-client/client-lib/pom.xml index 8a42fd9ee..d8530e17f 100644 --- a/appc-client/client-lib/pom.xml +++ b/appc-client/client-lib/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT client-lib diff --git a/appc-client/client-simulator/pom.xml b/appc-client/client-simulator/pom.xml index e5feebb48..5cbc23c2b 100644 --- a/appc-client/client-simulator/pom.xml +++ b/appc-client/client-simulator/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT client-simulator diff --git a/appc-client/code-generator/pom.xml b/appc-client/code-generator/pom.xml index c1f69c188..2324f4873 100644 --- a/appc-client/code-generator/pom.xml +++ b/appc-client/code-generator/pom.xml @@ -26,7 +26,7 @@ appc-java-client org.onap.appc.client - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT code-generator @@ -80,6 +80,12 @@ org.opendaylight.yangtools yang-parser-impl ${yang.parser.impl.version} + + + com.google.code.findbugs + jsr305 + + org.opendaylight.controller @@ -90,6 +96,12 @@ org.opendaylight.yangtools yang-model-api ${yang.parser.impl.version} + + + com.google.code.findbugs + jsr305 + + com.fasterxml.jackson.core diff --git a/appc-client/pom.xml b/appc-client/pom.xml index 4a6f8ced3..cfbf68252 100644 --- a/appc-client/pom.xml +++ b/appc-client/pom.xml @@ -28,12 +28,12 @@ org.onap.appc appc - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT appc-java-client org.onap.appc.client - 1.6.2-SNAPSHOT + 1.7.0-SNAPSHOT appc-java-client APPC Java Client @@ -181,6 +181,12 @@ com.google.guava guava 18.0 + + + com.google.code.findbugs + jsr305 + + junit diff --git a/pom.xml b/pom.xml index a25566b1c..f8003c193 100644 --- a/pom.xml +++ b/pom.xml @@ -679,7 +679,7 @@ limitations under the License. appc-outbound appc-inbound appc-sequence-generator - + appc-client -- 2.16.6