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-examples.git
commit 4e8c259a853c38a5e11adc77902e0dc74cb9d266 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu May 21 13:01:47 2020 +0200 Property placeholders specifically of the examples moved to their repository --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index aab65ee..52fe6df 100644 --- a/pom.xml +++ b/pom.xml @@ -84,6 +84,10 @@ <javax.servlet.api.version>4.0.1</javax.servlet.api.version> <camel.osgi.export.pkg /> <fabric8-maven-plugin-version>4.4.0</fabric8-maven-plugin-version> + <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version> + <reactor-version>3.2.15.RELEASE</reactor-version> + <testcontainers-version>1.14.0</testcontainers-version> + <tomcat-version>9.0.31</tomcat-version> </properties> <dependencyManagement>