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 97661e7055bcc64a3e13bc5a513b41f21b7c75b9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Dec 4 08:01:53 2020 +0100 Removed wrong depedency in BigQuery tests --- .../apache/camel/itest/springboot/CamelGoogleBigqueryTest.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGoogleBigqueryTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGoogleBigqueryTest.java index 7f80418..2543257 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGoogleBigqueryTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGoogleBigqueryTest.java @@ -35,14 +35,6 @@ public class CamelGoogleBigqueryTest extends AbstractSpringBootTestSupport { public static ITestConfig createTestConfig() { return new ITestConfigBuilder() .module(inferModuleName(CamelGoogleBigqueryTest.class)) - .dependency("com.google.api:gax:1.60.0") - .dependency("com.google.api:gax-httpjson:0.77.0") - .dependency("com.google.cloud:google-cloud-bigquery:1.124.7") - .dependency("com.google.cloud:google-cloud-core-http:1.93.10") - .dependency("com.google.cloud:google-cloud-core:1.93.10") - .dependency("com.google.http-client:google-http-client-appengine:1.38.0") - .dependency("com.google.http-client:google-http-client-jackson2:1.37.0") - .dependency("com.google.http-client:google-http-client:1.37.0") .build(); }