This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit bdea6ed1d587c00443f38dd3002c9d0fa47455c7 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat May 30 07:52:15 2020 +0200 Add missing version to make it build --- core/camel-spring-boot/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml index 17b1799..ba2b1fd 100644 --- a/core/camel-spring-boot/pom.xml +++ b/core/camel-spring-boot/pom.xml @@ -100,6 +100,7 @@ <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> + <version>${spring-boot-version}</version> <optional>true</optional> </dependency>