diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-31 13:42:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-31 13:42:12 +0000 |
commit | 87596484b19561bef19bb695fefe1331f2b46db8 (patch) | |
tree | 0485f4f40619295cbe26d7ce3494ac5cc4f1bca1 /components | |
parent | eda5e9cff5e6815351fddfc936ea3c8de85df421 (diff) | |
parent | 1fe99c6fa24ef00a9652a4e6798a93fd5950273e (diff) |
Merge "Update parent for proto-definition"
Diffstat (limited to 'components')
-rw-r--r-- | components/model-catalog/proto-definition/pom.xml | 10 |
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 c92893929..4680f6291 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> |