Release appc
[appc.git] / appc-client / client-kit / pom.xml
index 6cf8609..573a490 100644 (file)
@@ -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</version>
     </parent>
 
     <artifactId>client-kit</artifactId>
             <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>