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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new fd8301c8da9 Shrinkwrap no longer in use in camel core fd8301c8da9 is described below commit fd8301c8da95230e1e414ac35c95950403a6bbbb Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Jan 16 14:07:59 2023 +0100 Shrinkwrap no longer in use in camel core --- tests/camel-itest-spring-boot/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/camel-itest-spring-boot/pom.xml b/tests/camel-itest-spring-boot/pom.xml index 0ce27316e1c..7e0eb2eb910 100644 --- a/tests/camel-itest-spring-boot/pom.xml +++ b/tests/camel-itest-spring-boot/pom.xml @@ -33,6 +33,11 @@ <name>Camel SB :: Integration Tests</name> <description>Spring-Boot Camel test</description> + <properties> + <shrinkwrap-version>1.2.6</shrinkwrap-version> + <shrinkwrap-resolver-version>3.1.4</shrinkwrap-resolver-version> + </properties> + <dependencies>