This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 8d72e59b36684d0410cb8892a873618321ef8424
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 21 13:01:22 2020 +0200

    Removed not used property placeholders
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0659828..0c0a737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,20 +126,16 @@
         <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
         <jetty9-version>9.4.20.v20190813</jetty9-version>
-        <kafka-avro-serializer-version>5.2.2</kafka-avro-serializer-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
-        <reactor-version>3.2.15.RELEASE</reactor-version>
         <roaster-version>2.20.1.Final</roaster-version>
         
<spring-cloud-commons-version>2.2.2.RELEASE</spring-cloud-commons-version>
         
<spring-cloud-consul-version>2.2.2.RELEASE</spring-cloud-consul-version>
         
<spring-cloud-netflix-version>2.2.2.RELEASE</spring-cloud-netflix-version>
         
<spring-cloud-zookeeper-version>2.2.1.RELEASE</spring-cloud-zookeeper-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
-        <testcontainers-version>1.14.0</testcontainers-version>
-        <tomcat-version>9.0.31</tomcat-version>
         <undertow-version>2.0.30.Final</undertow-version>
     </properties>
 

Reply via email to