You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2017/09/04 06:06:17 UTC

servicemix-bundles git commit: [SM-3455] Import third party handlers in gRPC bundle

Repository: servicemix-bundles
Updated Branches:
  refs/heads/master 17730e9c5 -> 5035ade13


[SM-3455] Import third party handlers in gRPC bundle


Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo
Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/5035ade1
Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/5035ade1
Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/5035ade1

Branch: refs/heads/master
Commit: 5035ade13e3309460095ccc55d6d08fe7d4a7980
Parents: 17730e9
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Sep 4 08:05:39 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Sep 4 08:05:39 2017 +0200

----------------------------------------------------------------------
 grpc-1.6.1/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/5035ade1/grpc-1.6.1/pom.xml
----------------------------------------------------------------------
diff --git a/grpc-1.6.1/pom.xml b/grpc-1.6.1/pom.xml
index a705d57..71336f4 100644
--- a/grpc-1.6.1/pom.xml
+++ b/grpc-1.6.1/pom.xml
@@ -49,7 +49,8 @@
            io.grpc
         </servicemix.osgi.export.pkg>
         <servicemix.osgi.import.pkg>
-
+           !com.google.rpc,
+           *
         </servicemix.osgi.import.pkg>
     </properties>