Repository: servicemix-bundles Updated Branches: refs/heads/master ca989f3b1 -> 7c6c662f5
[SM-3629] gRPC bundle 1.9.0 imports test dependencies Project: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/commit/7c6c662f Tree: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/tree/7c6c662f Diff: http://git-wip-us.apache.org/repos/asf/servicemix-bundles/diff/7c6c662f Branch: refs/heads/master Commit: 7c6c662f5d5355a49f91503e5ba3b830e474bf97 Parents: ca989f3 Author: Andrea Cosentino <anco...@gmail.com> Authored: Fri Feb 16 10:11:37 2018 +0100 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Fri Feb 16 10:11:37 2018 +0100 ---------------------------------------------------------------------- grpc-1.9.0/pom.xml | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7c6c662f/grpc-1.9.0/pom.xml ---------------------------------------------------------------------- diff --git a/grpc-1.9.0/pom.xml b/grpc-1.9.0/pom.xml index 4a08d14..d70fe8d 100644 --- a/grpc-1.9.0/pom.xml +++ b/grpc-1.9.0/pom.xml @@ -51,6 +51,8 @@ </servicemix.osgi.export.pkg> <servicemix.osgi.import.pkg> !com.google.rpc, + !org.mockito*, + !com.google.common.truth*, * </servicemix.osgi.import.pkg> </properties> http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/7c6c662f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 04f967e..154228c 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ <module>kafka_2.11-1.0.0</module> <module>saxon-9.8.0-8</module> <module>spring-xml-2.4.2.RELEASE</module> + <module>grpc-1.9.0</module> </modules> </project>