Update parent for proto-definition
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 29 Jan 2019 21:53:17 +0000 (16:53 -0500)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Tue, 29 Jan 2019 21:56:48 +0000 (21:56 +0000)
Avoid pulling transitive dependencies.

Change-Id: I91530307817231c3b15459539e433cf97f3e4dce
Issue-ID: CCSDK-947
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
components/model-catalog/proto-definition/pom.xml

index c928939..4680f62 100644 (file)
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.onap.ccsdk.apps.components</groupId>
-        <artifactId>parent</artifactId>
+        <groupId>org.onap.ccsdk.apps</groupId>
+        <artifactId>ccsdk-apps</artifactId>
         <version>0.4.1-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
+        <relativePath>../../../</relativePath>
     </parent>
 
+    <groupId>org.onap.ccsdk.apps.components</groupId>
     <artifactId>proto-definition</artifactId>
     <packaging>jar</packaging>
 
         <dependency>
             <groupId>io.grpc</groupId>
             <artifactId>grpc-protobuf</artifactId>
+            <version>1.17.1</version>
         </dependency>
         <dependency>
             <groupId>io.grpc</groupId>
             <artifactId>grpc-stub</artifactId>
+            <version>1.17.1</version>
         </dependency>
         <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java-util</artifactId>
+            <version>3.6.1</version>
         </dependency>
     </dependencies>