diff options
author | Arthur Martella <amartell@research.att.com> | 2017-10-02 15:16:17 -0400 |
---|---|---|
committer | Arthur Martella <amartell@research.att.com> | 2017-10-02 15:16:17 -0400 |
commit | 189eea1e6769fdf14dcb87498407124c50396b0b (patch) | |
tree | 340ff223e33f5e2f4debc6bba591c61da7aed9ae /bpmn/MSOInfrastructureBPMN/pom.xml | |
parent | b455e88aa17c228d1b6afb98cf78cd5b6476c12c (diff) |
Fixes for Infrastructure module startup
Excluding jersey-all from pom.xml and fixing broken bpmn file.
Change-Id: I466a593f08d20f6b37e367f3ccc67bd8a7165029
Issue-ID: SO-160
Signed-off-by: Arthur Martella <amartell@research.att.com>
Diffstat (limited to 'bpmn/MSOInfrastructureBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOInfrastructureBPMN/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/MSOInfrastructureBPMN/pom.xml b/bpmn/MSOInfrastructureBPMN/pom.xml index 3ca9c636a3..94db04195d 100644 --- a/bpmn/MSOInfrastructureBPMN/pom.xml +++ b/bpmn/MSOInfrastructureBPMN/pom.xml @@ -411,6 +411,12 @@ <groupId>org.onap.msb.java-sdk</groupId>
<artifactId>msb-java-sdk</artifactId>
<version>1.0.0-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.eclipsesource.jaxrs</groupId>
+ <artifactId>jersey-all</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<!--for yang tools-->
|