diff options
Diffstat (limited to 'appc-client/code-generator/pom.xml')
-rw-r--r-- | appc-client/code-generator/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
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 @@ <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>code-generator</artifactId> @@ -80,6 +80,12 @@ <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-parser-impl</artifactId> <version>${yang.parser.impl.version}</version> + <exclusions> + <exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.opendaylight.controller</groupId> @@ -90,6 +96,12 @@ <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-model-api</artifactId> <version>${yang.parser.impl.version}</version> + <exclusions> + <exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |