diff options
author | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-11-15 22:47:27 +0200 |
---|---|---|
committer | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-11-15 22:47:27 +0200 |
commit | 753f88e05b3740c5dfd726e0952e29bb8d72d5b1 (patch) | |
tree | 1c6d4d684d6f65c9c520657f976242893ce7b2bb /cds-ui/server/pom.xml | |
parent | 7556c944fb5b763c9c9c46a32d43f3472c958102 (diff) |
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
Diffstat (limited to 'cds-ui/server/pom.xml')
-rw-r--r-- | cds-ui/server/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/server/pom.xml b/cds-ui/server/pom.xml index 4c37667a9..fee5c27f4 100644 --- a/cds-ui/server/pom.xml +++ b/cds-ui/server/pom.xml @@ -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> |