summaryrefslogtreecommitdiffstats
path: root/bpmn
diff options
context:
space:
mode:
authorMarcus Williams <marcus.williams@intel.com>2018-08-14 21:42:46 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-14 21:42:46 +0000
commit25e3270360aa5e7bad57e8c2afd03a8a5aa4fd98 (patch)
treeb672b56d7e1031059a2ead2a9994284e91645630 /bpmn
parenta75f148c46a932796312dd83c9b12d30e415d2e3 (diff)
parent76368a0d7db7bbaa972f64e2ccca460bf23cda6d (diff)
Merge "Fix Dependency"
Diffstat (limited to 'bpmn')
-rw-r--r--bpmn/mso-infrastructure-bpmn/pom.xml5
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>