This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new b60a75f4a07 Remove wrong leftover of spring-test 6.0.2 b60a75f4a07 is described below commit b60a75f4a07a4fa71370a46a1b2ccb98081f1549 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jul 19 21:27:32 2023 +0200 Remove wrong leftover of spring-test 6.0.2 --- components/camel-test/camel-test-spring-junit5/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-test/camel-test-spring-junit5/pom.xml b/components/camel-test/camel-test-spring-junit5/pom.xml index f9d90dc4937..b2273c89a67 100644 --- a/components/camel-test/camel-test-spring-junit5/pom.xml +++ b/components/camel-test/camel-test-spring-junit5/pom.xml @@ -36,7 +36,6 @@ <firstVersion>3.0.0</firstVersion> <label>testing,java,spring</label> <title>Test Spring JUnit5</title> - <spring-version>6.0.2</spring-version> </properties> <dependencies>