This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 9319668 CAMEL-16654 - camel-spring-boot - camel-jpa test error after
2.5 upgrade
9319668 is described below
commit 931966884222e3e8c86241d8b65bb0ad44c7e665
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon May 24 16:41:59 2021 +0200
CAMEL-16654 - camel-spring-boot - camel-jpa test error after 2.5 upgrade
---
.../src/test/java/org/apache/camel/itest/springboot/CamelJpaTest.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/CamelJpaTest.java
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJpaTest.java
index e7bd6bc..6dd61e95 100644
---
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJpaTest.java
+++
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelJpaTest.java
@@ -36,7 +36,7 @@ public class CamelJpaTest extends
AbstractSpringBootTestSupport {
public static ITestConfig createTestConfig() {
return new ITestConfigBuilder()
.module(inferModuleName(CamelJpaTest.class))
- .dependency("org.apache.openjpa:openjpa:3.1.2")
+ .dependency("org.apache.openjpa:openjpa:3.2.0")
.dependency("org.apache.openjpa:openjpa-persistence-jdbc")
.exclusion("org.apache.geronimo.specs:geronimo-jpa_2.0_spec")
// Exclude tests which require build time enhancement of
@Entity annotated classes