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 ebd6edb0761cb870cd8969b465724433c9f5d8ae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jul 23 10:59:26 2019 +0200 Removed unused imports --- .../apache/camel/component/ehcache/EhcacheCacheConfigurationTest.java | 1 - .../camel/component/ehcache/EhcacheComponentConfigurationTest.java | 1 - .../org/apache/camel/component/ehcache/EhcacheConfigurationTest.java | 1 - .../test/java/org/apache/camel/component/ehcache/EhcacheTestSupport.java | 1 - 4 files changed, 4 deletions(-) diff --git a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheCacheConfigurationTest.java b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheCacheConfigurationTest.java index 50b2616..a5cbb04 100644 --- a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheCacheConfigurationTest.java +++ b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheCacheConfigurationTest.java @@ -19,7 +19,6 @@ package org.apache.camel.component.ehcache; import org.apache.camel.BindToRegistry; import org.apache.camel.EndpointInject; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.impl.JndiRegistry; import org.apache.camel.test.junit4.CamelTestSupport; import org.ehcache.Cache; import org.ehcache.CacheManager; diff --git a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheComponentConfigurationTest.java b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheComponentConfigurationTest.java index e1814d2..bd450b4 100644 --- a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheComponentConfigurationTest.java +++ b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheComponentConfigurationTest.java @@ -20,7 +20,6 @@ import org.apache.camel.BindToRegistry; import org.apache.camel.Component; import org.apache.camel.EndpointInject; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.impl.JndiRegistry; import org.apache.camel.test.junit4.CamelTestSupport; import org.ehcache.Cache; import org.ehcache.config.ResourcePools; diff --git a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheConfigurationTest.java b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheConfigurationTest.java index a837543..4db8c5c 100644 --- a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheConfigurationTest.java +++ b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheConfigurationTest.java @@ -22,7 +22,6 @@ import org.apache.camel.BindToRegistry; import org.apache.camel.Component; import org.apache.camel.EndpointInject; import org.apache.camel.builder.RouteBuilder; -import org.apache.camel.impl.JndiRegistry; import org.apache.camel.test.junit4.CamelTestSupport; import org.ehcache.Cache; import org.ehcache.config.CacheRuntimeConfiguration; diff --git a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheTestSupport.java b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheTestSupport.java index 323a448..d70f88f 100644 --- a/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheTestSupport.java +++ b/components/camel-ehcache/src/test/java/org/apache/camel/component/ehcache/EhcacheTestSupport.java @@ -27,7 +27,6 @@ import java.util.stream.IntStream; import org.apache.camel.BindToRegistry; import org.apache.camel.component.ehcache.processor.aggregate.EhcacheAggregationRepository; -import org.apache.camel.impl.JndiRegistry; import org.apache.camel.support.DefaultExchangeHolder; import org.apache.camel.test.junit4.CamelTestSupport; import org.ehcache.Cache;