You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ac...@apache.org on 2018/03/14 09:08:31 UTC

[2/2] servicemix-bundles git commit: [SM-3654] Both gRPC 1.9.0 and 1.10.0 bundles require org.junit

[SM-3654] Both gRPC 1.9.0 and 1.10.0 bundles require org.junit


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

Branch: refs/heads/master
Commit: 33f011d48ce943a8ab5f43c4768c346c5bf9f53e
Parents: 50fbd1b
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Mar 14 10:08:06 2018 +0100
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Mar 14 10:08:06 2018 +0100

----------------------------------------------------------------------
 grpc-1.10.0/pom.xml | 1 +
 pom.xml             | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/33f011d4/grpc-1.10.0/pom.xml
----------------------------------------------------------------------
diff --git a/grpc-1.10.0/pom.xml b/grpc-1.10.0/pom.xml
index 097cd2b..c6f9db1 100644
--- a/grpc-1.10.0/pom.xml
+++ b/grpc-1.10.0/pom.xml
@@ -52,6 +52,7 @@
         <servicemix.osgi.import.pkg>
            !com.google.rpc,
            !org.mockito*,
+           !org.junit*,
            !com.google.common.truth*,
            *
         </servicemix.osgi.import.pkg>

http://git-wip-us.apache.org/repos/asf/servicemix-bundles/blob/33f011d4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8eb096e..7eee521 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,7 @@
         <module>kafka-streams-1.0.1</module>
         <module>conscrypt-openjdk-uber-1.0.1</module>
         <module>grpc-1.9.0</module>
+        <module>grpc-1.10.0</module>
     </modules>
 
 </project>