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 810ab376fcbd2b1b6ab1debe8c240cbe9d653b3e Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 9 09:26:26 2018 +0100 Fixed camel-salesforce Spring Boot ITest --- .../java/org/apache/camel/itest/springboot/CamelSalesforceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSalesforceTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSalesforceTest.java index b291afc..278b87d 100644 --- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSalesforceTest.java +++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSalesforceTest.java @@ -39,7 +39,7 @@ public class CamelSalesforceTest extends AbstractSpringBootTestSupport { .basePath("../../components/camel-salesforce/camel-salesforce-component") .unitTestExclusionPattern(".*(\\.integration\\..*|IntegrationTest.*|MSPTest$)") .autostart(false) // needs configuration - .dependency("org.codehaus.groovy:groovy-all:" + DependencyResolver.resolveParentProperty("${groovy-version}")) + .dependency("org.codehaus.groovy:groovy:" + DependencyResolver.resolveParentProperty("${groovy-version}")) .build(); }
