Fix wrong groupId 52/76352/1
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 25 Jan 2019 14:46:28 +0000 (09:46 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 25 Jan 2019 14:46:28 +0000 (09:46 -0500)
https://gerrit.onap.org/r/#/c/76291/ changed
the groupId, forget to update dependent artifacts.

Change-Id: I808b7df2fc0032bdb12d7c3a50200de3e9733821
Issue-ID: CCSDK-1001
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml

index c510734..c4aa08d 100644 (file)
@@ -30,7 +30,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.onap.ccsdk.apps.controllerblueprints</groupId>
+            <groupId>org.onap.ccsdk.apps.components</groupId>
             <artifactId>proto-definition</artifactId>
             <version>${project.version}</version>
         </dependency>