diff options
author | Steve Smokowski <ss835w@att.com> | 2019-04-04 17:31:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-04 17:31:43 +0000 |
commit | f81920304c7b62637d32473e672a1e51275ce54b (patch) | |
tree | 35332de491929d0b278a4698f530f512ce28d46c /bpmn/so-bpmn-tasks | |
parent | 5f78643c42dd12588a1688f658ca6e134674ea29 (diff) | |
parent | 88c47a23b9428188ff5dd0b46941f8856465376b (diff) |
Merge "PNF WF post instantiation configuration"
Diffstat (limited to 'bpmn/so-bpmn-tasks')
-rw-r--r-- | bpmn/so-bpmn-tasks/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml index 14eb42ff79..42073ed08a 100644 --- a/bpmn/so-bpmn-tasks/pom.xml +++ b/bpmn/so-bpmn-tasks/pom.xml @@ -131,7 +131,7 @@ <dependency> <groupId>org.onap.sdnc.northbound</groupId> <artifactId>generic-resource-api-client</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>${sdnc.northbound.version}</version> <exclusions> <exclusion> <groupId>javax.ws.rs</groupId> |