You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/24 14:05:05 UTC

[camel-karaf] 02/07: Camel-Karaf: Correctly setting up DependenciesManagement

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

commit cc8a599aca47691cdb0d9f7d2b5c4e6d8a9147b1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 13:08:31 2020 +0100

    Camel-Karaf: Correctly setting up DependenciesManagement
---
 pom.xml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2faefc6..1137571 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,8 +77,8 @@
         <module>components</module>
         <module>catalog</module>
         <module>platforms</module>
-        <!--<module>tests</module>
-        <module>examples</module>
+        <module>tests</module>
+        <!--<module>examples</module>
         <module>docs</module>-->
     </modules>
 
@@ -851,6 +851,16 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
+                <groupId>org.apache.camel.karaf</groupId>
+                <artifactId>camel-blueprint</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.camel.karaf</groupId>
+                <artifactId>camel-test-blueprint</artifactId>
+                <version>${project.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-parent</artifactId>
                 <version>${camel-version}</version>