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.git

commit 5cec263e6090505bae39beb300602e1f0982704c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Jul 29 08:48:00 2019 +0200

    Removed unused imports
---
 .../java/org/apache/camel/component/jdbc/AbstractJdbcTestSupport.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/AbstractJdbcTestSupport.java
 
b/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/AbstractJdbcTestSupport.java
index b8274e9..6a35a3a 100644
--- 
a/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/AbstractJdbcTestSupport.java
+++ 
b/components/camel-jdbc/src/test/java/org/apache/camel/component/jdbc/AbstractJdbcTestSupport.java
@@ -17,7 +17,6 @@
 package org.apache.camel.component.jdbc;
 
 import org.apache.camel.BindToRegistry;
-import org.apache.camel.impl.JndiRegistry;
 import org.apache.camel.test.junit4.CamelTestSupport;
 import org.junit.After;
 import org.junit.Before;

Reply via email to