change maven artifact for proto-definition in cds-ui server to be blueprint-proto

Issue-ID: CCSDK-1932
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: I87c625cb4a49ac290f670eeab0a54ddc3207b8cb
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml
index 4c37667..fee5c27 100644
--- a/cds-ui/server/pom.xml
+++ b/cds-ui/server/pom.xml
@@ -58,8 +58,8 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.onap.ccsdk.cds.components</groupId>
-                                    <artifactId>proto-definition</artifactId>
+                                    <groupId>org.onap.ccsdk.cds.controllerblueprints</groupId>
+                                    <artifactId>blueprint-proto</artifactId>
                                     <version>${project.version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>