Fix dependencies error of appc-client 87/99987/1
authorEnbo Wang <wangenbo@huawei.com>
Fri, 3 Jan 2020 08:36:48 +0000 (16:36 +0800)
committerEnbo Wang <wangenbo@huawei.com>
Fri, 3 Jan 2020 08:45:26 +0000 (16:45 +0800)
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

appc-client/client-kit/pom.xml
appc-client/client-lib/pom.xml
appc-client/client-simulator/pom.xml
appc-client/code-generator/pom.xml
appc-client/pom.xml
pom.xml

index 6cf8609..f3f09c2 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-SNAPSHOT</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>
index 8a42fd9..d8530e1 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-SNAPSHOT</version>
     </parent>
 
     <artifactId>client-lib</artifactId>
index e5feebb..5cbc23c 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-SNAPSHOT</version>
     </parent>
     <artifactId>client-simulator</artifactId>
 
index c1f69c1..2324f48 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-SNAPSHOT</version>
     </parent>
 
     <artifactId>code-generator</artifactId>
               <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>
             <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>
index 4a6f8ce..cfbf682 100644 (file)
     <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>
                  <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>
diff --git a/pom.xml b/pom.xml
index a25566b..f8003c1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -679,7 +679,7 @@ limitations under the License.
                 <module>appc-outbound</module>
                 <module>appc-inbound</module>
                 <module>appc-sequence-generator</module>
-<!--                 <module>appc-client</module> -->
+                <module>appc-client</module>
             </modules>
         </profile>
         <profile>