From 6d3652c55ee0c0ab9f0dd7571d4d824ac6ab1963 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20de=20Talhou=C3=ABt?= Date: Fri, 18 Jan 2019 14:29:38 -0500 Subject: [PATCH] Create module for .proto definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit That way 3rd party system can depend on it to create a client Change-Id: I96e8588251eb0911a7dd7bee270954e966d9fc40 Issue-ID: CCSDK-947 Signed-off-by: Alexis de Talhouët --- .../modules/inbounds/selfservice-api/pom.xml | 43 +++------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 5562df62c..c510734da 100644 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -14,7 +14,8 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + 4.0.0 org.onap.ccsdk.apps.blueprintsprocessor @@ -29,8 +30,9 @@ - org.jetbrains.kotlinx - kotlinx-coroutines-core + org.onap.ccsdk.apps.controllerblueprints + proto-definition + ${project.version} io.grpc @@ -43,39 +45,4 @@ - - - - kr.motd.maven - os-maven-plugin - 1.6.1 - - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - - com.google.protobuf:protoc:3.5.1-1:exe:${os.detected.classifier} - - grpc-java - - io.grpc:protoc-gen-grpc-java:1.16.1:exe:${os.detected.classifier} - - ./../../../../../components/model-catalog/api-definition - - - - - compile - compile-custom - - - - - - - -- 2.16.6