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 79c8c72  Fixed Camel-hbase IT test
79c8c72 is described below

commit 79c8c726a91529caa46fe02d72f63d4c5580033b
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Aug 12 17:29:09 2020 +0200

    Fixed Camel-hbase IT test
---
 .../src/test/java/org/apache/camel/itest/springboot/CamelHbaseTest.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelHbaseTest.java
 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelHbaseTest.java
index 6c4f06d..434dc8d 100644
--- 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelHbaseTest.java
+++ 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelHbaseTest.java
@@ -34,7 +34,6 @@ public class CamelHbaseTest extends 
AbstractSpringBootTestSupport {
 
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
-                .dependency("log4j:log4j")
                 .module(inferModuleName(CamelHbaseTest.class))
                 .unitTestsEnabled(false)
                 .includeTestDependencies(false)

Reply via email to