diff options
author | Rob Daugherty <rd472p@att.com> | 2018-08-13 12:00:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-13 12:00:49 +0000 |
commit | c703669697084b5bd9be0f8f016bbf8ed11213a4 (patch) | |
tree | 23451eeb959b00fc2af58e6c6e44bdf829157e5b /bpmn/so-bpmn-tasks | |
parent | eca03683aa4abd9230d2ca7c1ea4a4bfddba9bf7 (diff) | |
parent | e4f7e563732e894dd78201412dcb22d7314bb7d8 (diff) |
Merge "made required pom changes for cxf"
Diffstat (limited to 'bpmn/so-bpmn-tasks')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index 68f7e5a3bb..3483aed8a7 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -30,6 +30,12 @@ <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> <version>1.4.0-SNAPSHOT</version> + <exclusions> + <exclusion> + <groupId>javax.ws.rs</groupId> + <artifactId>jsr311-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>ch.vorburger.mariaDB4j</groupId> |