change maven artifact for proto-definition in cds-ui server to be blueprint-proto 77/98477/1
authorAhmed Abbas <ahmad.helmy@orange.com>
Fri, 15 Nov 2019 20:47:27 +0000 (22:47 +0200)
committerAhmed Abbas <ahmad.helmy@orange.com>
Fri, 15 Nov 2019 20:47:27 +0000 (22:47 +0200)
Issue-ID: CCSDK-1932
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: I87c625cb4a49ac290f670eeab0a54ddc3207b8cb

cds-ui/server/pom.xml

index 4c37667..fee5c27 100644 (file)
@@ -58,8 +58,8 @@ limitations under the License.
                         <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>