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.git

commit 775ea872d332a5c8fe57ba8418d13acd6909a187
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 29 12:55:32 2020 +0200

    Removed Spring-boot-version property placeholder
---
 parent/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aeeb900..ed1ae72 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -510,7 +510,6 @@
         <spark-version>2.4.5</spark-version>
         <splunk-version>1.6.5.0_1</splunk-version>
         <spring-batch-version>4.2.2.RELEASE</spring-batch-version>
-        <spring-boot-version>2.2.7.RELEASE</spring-boot-version>
         <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version>
         <spring-integration-version>5.3.0.RELEASE</spring-integration-version>
         <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
@@ -3193,17 +3192,6 @@
                 <artifactId>spring-security-core</artifactId>
                 <version>${spring-security-version}</version>
             </dependency>
-            <!-- spring-boot support -->
-            <dependency>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-starter</artifactId>
-                <version>${spring-boot-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.springframework.boot</groupId>
-                <artifactId>spring-boot-starter-web</artifactId>
-                <version>${spring-boot-version}</version>
-            </dependency>
 
             <dependency>
                 <groupId>org.scala-lang</groupId>

Reply via email to