Repository: camel Updated Branches: refs/heads/master 65a6ffba8 -> 58050d04e
Fixed compile issue Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2710e82b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2710e82b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2710e82b Branch: refs/heads/master Commit: 2710e82be633e3957f384165a820b8f7446bbdb5 Parents: 65a6ffb Author: Claus Ibsen <[email protected]> Authored: Sat Jun 14 10:49:16 2014 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sat Jun 14 10:49:16 2014 +0200 ---------------------------------------------------------------------- .../apache/camel/component/gson/SpringGsonFieldNamePolicyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/2710e82b/components/camel-gson/src/test/java/org/apache/camel/component/gson/SpringGsonFieldNamePolicyTest.java ---------------------------------------------------------------------- diff --git a/components/camel-gson/src/test/java/org/apache/camel/component/gson/SpringGsonFieldNamePolicyTest.java b/components/camel-gson/src/test/java/org/apache/camel/component/gson/SpringGsonFieldNamePolicyTest.java index 4918c8f..b4c4412 100644 --- a/components/camel-gson/src/test/java/org/apache/camel/component/gson/SpringGsonFieldNamePolicyTest.java +++ b/components/camel-gson/src/test/java/org/apache/camel/component/gson/SpringGsonFieldNamePolicyTest.java @@ -16,7 +16,7 @@ */ package org.apache.camel.component.gson; -import org.apache.camel.test.junit4.CamelSpringTestSupport; +import org.apache.camel.test.spring.CamelSpringTestSupport; import org.junit.Test; import org.springframework.context.support.AbstractApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext;
