diff options
author | Yan Yang <yangyanyj@chinamobile.com> | 2019-04-25 11:29:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-25 11:29:19 +0000 |
commit | 1058540684e0d35dcd4d1623f217db3c150ba8d6 (patch) | |
tree | 142e9e504f0762f14222e927d316605487122682 /bpmn | |
parent | 4b0fade5e1609330c0e8bae1bb9451c9d4d74732 (diff) | |
parent | 84a1b18bd00f12ea965ee3836111d8d93c0f250f (diff) |
Merge "add resourceInput in vnfc Issue-ID: SO-1393"
Diffstat (limited to 'bpmn')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index 4dd7a467ea..e9ed15aa0f 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -152,12 +152,12 @@ <groupId>org.camunda.bpm.springboot</groupId> <artifactId>camunda-bpm-spring-boot-starter-rest</artifactId> <version>${camunda.springboot.version}</version> - <exclusions> - <exclusion> - <groupId>org.camunda.bpmn</groupId> - <artifactId>camunda-engine-rest-core</artifactId> - </exclusion> - </exclusions> + <exclusions> + <exclusion> + <groupId>org.camunda.bpmn</groupId> + <artifactId>camunda-engine-rest-core</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.camunda.bpm.springboot</groupId> |