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-flows/pom.xml | |
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-flows/pom.xml')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/pom.xml b/bpmn/so-bpmn-infrastructure-flows/pom.xml index 63b66cafe5..7d7b89c8fb 100644 --- a/bpmn/so-bpmn-infrastructure-flows/pom.xml +++ b/bpmn/so-bpmn-infrastructure-flows/pom.xml @@ -244,18 +244,6 @@ <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> <optional>true</optional> |