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
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml
index a6dd73b..18a61e0 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>