aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/pom.xml
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2020-09-08 13:12:06 +0000
committerGerrit Code Review <gerrit@onap.org>2020-09-08 13:12:06 +0000
commit6492428439c2da163fc75fef96ff38bec05bd9a9 (patch)
tree10a7f6d2c713082859a233fd855bcd6e5678f96d /ms/blueprintsprocessor/application/pom.xml
parentf7ef71106697b5245852e30ca7e4c926bfd07e7e (diff)
parent836be777835eb05be1a62b98a9e1f5860623d7b2 (diff)
Merge "Add k8s-upload-profile node type and logic."
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index 16a2d456e..eb4522040 100755
--- a/ms/blueprintsprocessor/application/pom.xml
+++ b/ms/blueprintsprocessor/application/pom.xml
@@ -129,6 +129,10 @@
<artifactId>config-snapshots</artifactId>
</dependency>
<dependency>
+ <groupId>org.onap.ccsdk.cds.blueprintsprocessor.functions</groupId>
+ <artifactId>k8s-profile-upload</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>