summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application/pom.xml
diff options
context:
space:
mode:
authorMarek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>2020-09-02 12:48:47 +0000
committerLukasz Rajewski <lukasz.rajewski@orange.com>2020-09-07 10:19:30 +0200
commit836be777835eb05be1a62b98a9e1f5860623d7b2 (patch)
tree9cd2057fa544719ae648a0b757e7869dfde95774 /ms/blueprintsprocessor/application/pom.xml
parent953b78a4c0c36d31c944baf93db4ae3d8584d232 (diff)
Add k8s-upload-profile node type and logic.
Issue-ID: CCSDK-2630 Change-Id: Icd50ab98503a2c2259c56ced20976579afefd7fc Signed-off-by: Marek SzwaƂkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
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>