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-spring-boot.git
commit f1006482e5c48c0ef7966d6f629a1abbf4a7ae44 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Oct 9 19:19:37 2020 +0200 Fixed google pubsub test --- .../apache/camel/itest/springboot/CamelGooglePubsubTest.java | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGooglePubsubTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGooglePubsubTest.java index a969011..fe9912e 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGooglePubsubTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGooglePubsubTest.java @@ -37,6 +37,16 @@ public class CamelGooglePubsubTest extends AbstractSpringBootTestSupport { .module(inferModuleName(CamelGooglePubsubTest.class)) .dependency("com.google.http-client:google-http-client-jackson2:1.34.0") .dependency("com.google.http-client:google-http-client:1.34.0") + .dependency("io.grpc:grpc-alts:1.28.1") + .dependency("io.grpc:grpc-api:1.28.1") + .dependency("io.grpc:grpc-auth:1.28.1") + .dependency("io.grpc:grpc-context:1.28.1") + .dependency("io.grpc:grpc-core:1.28.1") + .dependency("io.grpc:grpc-grpclb:1.28.1") + .dependency("io.grpc:grpc-netty-shaded:1.28.1") + .dependency("io.grpc:grpc-protobuf:1.28.1") + .dependency("io.grpc:grpc-protobuf-lite:1.28.1") + .dependency("io.grpc:grpc-stub:1.28.1") .build(); }