From 6e3d75072efde3e93c54d340311a86a949f061b5 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 29 Jan 2019 16:53:17 -0500 Subject: Update parent for proto-definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Avoid pulling transitive dependencies. Change-Id: I91530307817231c3b15459539e433cf97f3e4dce Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët --- components/model-catalog/proto-definition/pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'components') 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"> 4.0.0 - org.onap.ccsdk.apps.components - parent + org.onap.ccsdk.apps + ccsdk-apps 0.4.1-SNAPSHOT - ../../parent + ../../../ + org.onap.ccsdk.apps.components proto-definition jar @@ -35,14 +36,17 @@ io.grpc grpc-protobuf + 1.17.1 io.grpc grpc-stub + 1.17.1 com.google.protobuf protobuf-java-util + 3.6.1 -- cgit 1.2.3-korg