aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-01-31 13:42:12 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-31 13:42:12 +0000
commit7727f3dd84ce4ca2af5c3e589651ef57e3813fa9 (patch)
treea2bd0ff5415d8e6e70bc5f10179da5a25da2d373 /components
parentd691b6317360f00232ac0bb0cc198b63f80e0e2d (diff)
parent6e3d75072efde3e93c54d340311a86a949f061b5 (diff)
Merge "Update parent for proto-definition"
Diffstat (limited to 'components')
-rw-r--r--components/model-catalog/proto-definition/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/components/model-catalog/proto-definition/pom.xml b/components/model-catalog/proto-definition/pom.xml
index c9289392..4680f629 100644
--- a/components/model-catalog/proto-definition/pom.xml
+++ b/components/model-catalog/proto-definition/pom.xml
@@ -19,12 +19,13 @@
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>
@@ -35,14 +36,17 @@
<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>