diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-15 18:55:10 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-15 18:55:10 -0700 |
commit | 3c235ce841c302c18a596bbc816345c3fe1f9e34 (patch) | |
tree | a21eeb972d3a7983ec93c3e7a6fd168c3dedcf97 /bpmn/so-bpmn-infrastructure-common | |
parent | b26f27e0700d052b5324315170cef16383df3b19 (diff) |
Update msb-java-sdk to resolve license issues
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>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-common')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-infrastructure-common/pom.xml b/bpmn/so-bpmn-infrastructure-common/pom.xml index 3523703ee8..55d5d9244e 100644 --- a/bpmn/so-bpmn-infrastructure-common/pom.xml +++ b/bpmn/so-bpmn-infrastructure-common/pom.xml @@ -269,7 +269,7 @@ <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> |