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 c6a1772399ed7dd4ed430f28474649bfd9ae1c8d Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Apr 8 15:06:39 2020 +0200 CAMEL-14868 - Camel-AWS2-*: Where possible, give the possiblity to the end user to pass an AWS Request pojo as body, fixed CS --- .../camel/component/aws2/translate/Translate2ProducerSpringTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/Translate2ProducerSpringTest.java b/components/camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/Translate2ProducerSpringTest.java index f2c273a..45cbc21 100644 --- a/components/camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/Translate2ProducerSpringTest.java +++ b/components/camel-aws2-translate/src/test/java/org/apache/camel/component/aws2/translate/Translate2ProducerSpringTest.java @@ -23,7 +23,6 @@ import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.test.spring.junit5.CamelSpringTestSupport; import org.junit.jupiter.api.Test; import org.springframework.context.support.ClassPathXmlApplicationContext; - import software.amazon.awssdk.services.translate.model.TranslateTextRequest; import static org.junit.jupiter.api.Assertions.assertEquals;