You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/06/13 08:57:33 UTC

[camel] 05/05: Camel-JBPM: Align the SB ITest to 7.23.0.Final

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 e492aba0072c670a5109b2d9f678ab93e62cea01
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jun 13 10:56:58 2019 +0200

    Camel-JBPM: Align the SB ITest to 7.23.0.Final
---
 .../test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java
index 2b85215..c4274b1 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJbpmTest.java
@@ -35,8 +35,8 @@ public class CamelJbpmTest extends AbstractSpringBootTestSupport {
     public static ITestConfig createTestConfig() {
         return new ITestConfigBuilder()
                 .module(inferModuleName(CamelJbpmTest.class))
-                .dependency("org.drools:drools-core:7.22.0.Final")
-                .dependency("org.drools:drools-compiler:7.22.0.Final")
+                .dependency("org.drools:drools-core:7.23.0.Final")
+                .dependency("org.drools:drools-compiler:7.23.0.Final")
                 .unitTestExpectedNumber(0)
                 .build();
     }