Release appc
[appc.git] / appc-client / pom.xml
index 4a6f8ce..7af6a44 100644 (file)
     <parent>
         <groupId>org.onap.appc</groupId>
         <artifactId>appc</artifactId>
-        <version>1.6.2-SNAPSHOT</version>
+        <version>1.7.0</version>
     </parent>
 
     <artifactId>appc-java-client</artifactId>
     <groupId>org.onap.appc.client</groupId>
-    <version>1.6.2-SNAPSHOT</version>
+    <version>1.7.0</version>
 
     <name>appc-java-client</name>
     <description>APPC Java Client</description>
                  <groupId>com.google.guava</groupId>
                 <artifactId>guava</artifactId>
                 <version>18.0</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.code.findbugs</groupId>
+                        <artifactId>jsr305</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>junit</groupId>