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


The following commit(s) were added to refs/heads/master by this push:
     new a3ab4f4  Removed spring-boot property placeholders not in use
a3ab4f4 is described below

commit a3ab4f4cf8ab0f982b373aaa422d9c9565a442a9
Author: Andrea Cosentino <[email protected]>
AuthorDate: Tue May 5 15:22:44 2020 +0200

    Removed spring-boot property placeholders not in use
---
 pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7c776b1..fa794cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,9 +104,6 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <!-- Spring-Boot target version -->
-        <spring-boot-version>2.2.5.RELEASE</spring-boot-version>
-
         <!-- Camel target version -->
         <camel-version>${project.version}</camel-version>
 
@@ -238,7 +235,6 @@
         <snappy-version>1.1.7.3</snappy-version>
         <solr-bundle-version>8.4.1_1</solr-bundle-version>
         
<spring-batch-bundle-version>4.2.1.RELEASE_1</spring-batch-bundle-version>
-        <spring-boot-version>2.2.5.RELEASE</spring-boot-version>
         
<spring-data-commons-bundle-version>2.2.4.RELEASE_1</spring-data-commons-bundle-version>
         
<spring-data-keyvalue-bundle-version>2.2.4.RELEASE_1</spring-data-keyvalue-bundle-version>
         
<spring-data-redis-bundle-version>2.2.4.RELEASE_1</spring-data-redis-bundle-version>

Reply via email to