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
The following commit(s) were added to refs/heads/master by this push:
new dfe0c94 Fixed Camel-Mongodb-Gridfs Integration test
dfe0c94 is described below
commit dfe0c945ae1e5aadfb408c01ff8936bf8ffa6aa2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu May 7 12:38:39 2020 +0200
Fixed Camel-Mongodb-Gridfs Integration test
---
.../java/org/apache/camel/itest/springboot/CamelMongodbGridfsTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMongodbGridfsTest.java
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMongodbGridfsTest.java
index 1b6fd51..78f4563 100644
---
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMongodbGridfsTest.java
+++
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelMongodbGridfsTest.java
@@ -35,6 +35,8 @@ public class CamelMongodbGridfsTest extends
AbstractSpringBootTestSupport {
public static ITestConfig createTestConfig() {
return new ITestConfigBuilder()
.module(inferModuleName(CamelMongodbGridfsTest.class))
+ .dependency("org.mongodb:mongodb-driver-sync:4.0.1")
+ .dependency("org.mongodb:mongodb-driver-core:4.0.1")
.includeTestDependencies(false)
.unitTestsEnabled(false)
.build();