This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 2e60a44694c9539aeabe5f08110b28452106fa04 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 30 16:49:25 2020 +0200 CAMEL-14715 - Remove GRPC bundle property placeholder (camel-karaf-migration) --- parent/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 409a637..d04a5c2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -229,7 +229,6 @@ <grpc-guava-version>28.2-jre</grpc-guava-version> <grpc-java-jwt-version>3.7.0</grpc-java-jwt-version> <grpc-netty-tcnative-boringssl-static-version>2.0.26.Final</grpc-netty-tcnative-boringssl-static-version> - <grpc-bundle-version>1.27.0_1</grpc-bundle-version> <grpc-errorprone-version>2.3.4</grpc-errorprone-version> <!-- 2.8.6 is broken in OSGi --> <gson-version>2.8.5</gson-version>
