You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/29 09:39:54 UTC

[camel] 02/02: Added a note about gson version and OSGi

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 9e2c51b3d2bfa164c8432882fc00079b1c694083
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 29 10:39:26 2019 +0100

    Added a note about gson version and OSGi
---
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7fb8a86..1185294 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -247,6 +247,7 @@
         <grpc-netty-tcnative-boringssl-static-version>2.0.26.Final</grpc-netty-tcnative-boringssl-static-version>
         <grpc-bundle-version>1.23.0_1</grpc-bundle-version>
         <grpc-errorprone-version>2.3.2</grpc-errorprone-version>
+        <!-- 2.8.6 is broken in OSGi -->
         <gson-version>2.8.5</gson-version>
         <guice3-version>3.0</guice3-version>
         <guice-bundle-version>3.0_1</guice-bundle-version>