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.git
commit 231e6aff4b5ce64b3fac24c1c6f127d90e17192d Author: Claus Ibsen <[email protected]> AuthorDate: Tue Jul 31 07:44:28 2018 +0200 Regen --- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 0fbc2aa..e3b12d9 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -32,6 +32,11 @@ <dependencies> <dependency> <groupId>ca.uhn.hapi</groupId> + <artifactId>hapi-structures-v21</artifactId> + <version>2.3</version> + </dependency> + <dependency> + <groupId>ca.uhn.hapi</groupId> <artifactId>hapi-structures-v22</artifactId> <version>2.3</version> </dependency>
