aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-tasks/pom.xml
diff options
context:
space:
mode:
authorSteve Smokowski <ss835w@att.com>2020-07-07 15:57:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-07 15:57:28 +0000
commitfcc6583ccb1bc232758aea663e609e20afd98154 (patch)
tree2708db04a3ff88ae6bd1e45ec39c6c178c802230 /bpmn/so-bpmn-tasks/pom.xml
parent05d5b97f40d72c494ad95152a31ec8b931db94eb (diff)
parentb7c956f3fa521e2031a7b7051ba2f42e6ac30cf5 (diff)
Merge "Moved sniro and oof clients into their own project"
Diffstat (limited to 'bpmn/so-bpmn-tasks/pom.xml')
-rw-r--r--bpmn/so-bpmn-tasks/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-tasks/pom.xml b/bpmn/so-bpmn-tasks/pom.xml
index f7a4e5e357..e89bbec9e1 100644
--- a/bpmn/so-bpmn-tasks/pom.xml
+++ b/bpmn/so-bpmn-tasks/pom.xml
@@ -252,5 +252,10 @@
<version>${grpc.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.so</groupId>
+ <artifactId>so-optimization-clients</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
</project>