Repository: camel
Updated Branches:
  refs/heads/master 6999028f2 -> ad0f8fd70


[SpringBoot] POM refactoring.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ad0f8fd7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ad0f8fd7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ad0f8fd7

Branch: refs/heads/master
Commit: ad0f8fd707289d1992240361abcd50c00fc0df64
Parents: 6999028
Author: Henryk Konsek <[email protected]>
Authored: Mon Feb 2 12:18:02 2015 +0100
Committer: Henryk Konsek <[email protected]>
Committed: Mon Feb 2 12:18:02 2015 +0100

----------------------------------------------------------------------
 components/camel-spring-boot/pom.xml |  3 +++
 parent/pom.xml                       | 16 +++-------------
 2 files changed, 6 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ad0f8fd7/components/camel-spring-boot/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-spring-boot/pom.xml 
b/components/camel-spring-boot/pom.xml
index 5b81667..a109b9f 100644
--- a/components/camel-spring-boot/pom.xml
+++ b/components/camel-spring-boot/pom.xml
@@ -35,11 +35,13 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter</artifactId>
             <optional>true</optional>
+            <version>${spring-boot-version}</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-configuration-processor</artifactId>
             <optional>true</optional>
+            <version>${spring-boot-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -87,6 +89,7 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>
             <scope>test</scope>
+            <version>${spring-boot-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/ad0f8fd7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 7ee09c3..77e3f0b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1362,19 +1362,9 @@
         <version>${project.version}</version>
       </dependency>
       <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-configuration-processor</artifactId>
-        <version>${spring-boot-version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot-starter-test</artifactId>
-        <version>${spring-boot-version}</version>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-spring-boot</artifactId>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>

Reply via email to