diff options
author | Marcus Williams <marcus.williams@intel.com> | 2018-08-14 21:42:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-14 21:42:46 +0000 |
commit | 25e3270360aa5e7bad57e8c2afd03a8a5aa4fd98 (patch) | |
tree | b672b56d7e1031059a2ead2a9994284e91645630 /bpmn/mso-infrastructure-bpmn/pom.xml | |
parent | a75f148c46a932796312dd83c9b12d30e415d2e3 (diff) | |
parent | 76368a0d7db7bbaa972f64e2ccca460bf23cda6d (diff) |
Merge "Fix Dependency"
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml')
-rw-r--r-- | bpmn/mso-infrastructure-bpmn/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml index e44156daa9..151ba2c3aa 100644 --- a/bpmn/mso-infrastructure-bpmn/pom.xml +++ b/bpmn/mso-infrastructure-bpmn/pom.xml @@ -196,5 +196,10 @@ <artifactId>micrometer-registry-prometheus</artifactId> <version>1.0.5</version> </dependency> + <dependency> + <groupId>org.onap.so</groupId> + <artifactId>so-bpmn-tasks</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project> |