Update msb-java-sdk to resolve license issues 18/70518/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 16 Oct 2018 01:55:10 +0000 (18:55 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 16 Oct 2018 01:55:10 +0000 (18:55 -0700)
Upgrade or remove msb-java-sdk library version in
order to resolve possible license issues with
com.google.code.findbugs:annotations:2.0.1.

Change-Id: I8f16ec293fcd9f2e328dacb86eda9687fba3f8dc
Issue-ID: SO-1140
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
bpmn/so-bpmn-infrastructure-common/pom.xml
bpmn/so-bpmn-infrastructure-flows/pom.xml

index 3523703..55d5d92 100644 (file)
                  <dependency>
             <groupId>org.onap.msb.java-sdk</groupId>
             <artifactId>msb-java-sdk</artifactId>
-            <version>1.0.0</version>
+            <version>1.1.1</version>
             <exclusions>
                 <exclusion>
                     <groupId>com.eclipsesource.jaxrs</groupId>
index 63b66ca..7d7b89c 100644 (file)
                        <artifactId>javax.annotation-api</artifactId>
                        <version>1.3</version>
                </dependency>
-               <dependency>
-                       <groupId>org.onap.msb.java-sdk</groupId>
-                       <artifactId>msb-java-sdk</artifactId>
-                       <version>1.0.0</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.eclipsesource.jaxrs</groupId>
-                                       <artifactId>jersey-all</artifactId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-
                <dependency>
                        <groupId>org.springframework.boot</groupId>
                        <artifactId>spring-boot-configuration-processor</artifactId>