diff options
author | Enbo Wang <wangenbo@huawei.com> | 2020-01-03 16:36:48 +0800 |
---|---|---|
committer | Enbo Wang <wangenbo@huawei.com> | 2020-01-03 16:45:26 +0800 |
commit | f2e9361ee3c37c45081ee279763f1fb98911a392 (patch) | |
tree | 2f0d570b9dbe8842ec4230c4aacb3e10c68e0a45 /appc-client/client-kit | |
parent | 3cb99d8d6d8b74cedb7b5da917d48166762a0d84 (diff) |
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 <wangenbo@huawei.com>
Change-Id: I2fcb5392cc6d21e7fe5d22af1bb027e977684abe
Diffstat (limited to 'appc-client/client-kit')
-rw-r--r-- | appc-client/client-kit/pom.xml | 8 |
1 files changed, 7 insertions, 1 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 @@ <parent> <artifactId>appc-java-client</artifactId> <groupId>org.onap.appc.client</groupId> - <version>1.6.2-SNAPSHOT</version> + <version>1.7.0-SNAPSHOT</version> </parent> <artifactId>client-kit</artifactId> @@ -93,6 +93,12 @@ <artifactId>yang-parser-impl</artifactId> <version>${yang.parser.impl.version}</version> <scope>test</scope> + <exclusions> + <exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies> |