summaryrefslogtreecommitdiffstats
path: root/appc-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-client/pom.xml')
-rw-r--r--appc-client/pom.xml10
1 files changed, 8 insertions, 2 deletions
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 @@
<parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
</parent>
<artifactId>appc-java-client</artifactId>
<groupId>org.onap.appc.client</groupId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<name>appc-java-client</name>
<description>APPC Java Client</description>
@@ -181,6 +181,12 @@
<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>