From 0b319e8d253b0d4204f2dc0d2dedadc01a6c6775 Mon Sep 17 00:00:00 2001 From: Kristofer Karlsson Date: Mon, 8 Jun 2020 15:35:02 +0200 Subject: [PATCH] Remove dependency on protoc --- ffwd-client/pom.xml | 34 ++++++++++++++++++++++++++++------ pom.xml | 30 ------------------------------ 2 files changed, 28 insertions(+), 36 deletions(-) diff --git a/ffwd-client/pom.xml b/ffwd-client/pom.xml index f78ebb9..941ebb9 100644 --- a/ffwd-client/pom.xml +++ b/ffwd-client/pom.xml @@ -13,16 +13,38 @@ FastForward Java Client FastForward client for Java. + + 3.11.1 + + com.google.protobuf protobuf-java - - - com.google.protobuf - protoc - pom + ${protobuf.version} - + + + + + org.xolstice.maven.plugins + protobuf-maven-plugin + 0.6.1 + + + com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} + + + + + + compile + test-compile + + + + + + diff --git a/pom.xml b/pom.xml index 0d6fc7e..c20a043 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,6 @@ UTF-8 - 3.11.1 11 5.5.2 0.24.0 @@ -46,17 +45,6 @@ - - com.google.protobuf - protobuf-java - ${protobuf.version} - - - com.google.protobuf - protoc - ${protobuf.version} - pom - io.opencensus opencensus-api @@ -156,24 +144,6 @@ maven-failsafe-plugin - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - - com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} - - - - - - compile - test-compile - - - -