summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/application
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-17 08:34:04 -0400
committerDan Timoney <dtimoney@att.com>2020-03-17 09:13:17 -0400
commitf946eae481bb4d37082218c64132a7099082bce5 (patch)
tree2591daa32dac4e4b146198e10ea202c570e5cc99 /ms/blueprintsprocessor/application
parentf57a6381ba0240a4c5de3b4a9dbe7573f4c3775e (diff)
Fix groupId for error-catalog
Updated groupId from org.onap.ccsdk.error.catalog to org.onap.ccsdk.cds.error.catalog to match repo name Issue-ID: CCSDK-2177 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I6feda23dcd9263a741ce9e0838c126b0c0b7b17e
Diffstat (limited to 'ms/blueprintsprocessor/application')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index a6dd73ba6..18a61e0e6 100755
--- a/ms/blueprintsprocessor/application/pom.xml
+++ b/ms/blueprintsprocessor/application/pom.xml
@@ -68,7 +68,7 @@
<!-- Error Catalog Services -->
<dependency>
- <groupId>org.onap.ccsdk.error.catalog</groupId>
+ <groupId>org.onap.ccsdk.cds.error.catalog</groupId>
<artifactId>error-catalog-services</artifactId>
</dependency>