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 2019/12/29 11:23:03 UTC

[camel-kafka-connector] 02/02: Use a specific property placholder for Activemq

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

acosentino pushed a commit to branch property-placeholders
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 0b5de82a68d4639d5d30d372b71dea111ec08de5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Sun Dec 29 12:21:37 2019 +0100

    Use a specific property placholder for Activemq
---
 parent/pom.xml | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 408dfb8..6784db2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -40,6 +40,7 @@
         <jboss.snapshots.repo.id>jboss-snapshots-repository</jboss.snapshots.repo.id>
         <jboss.snapshots.repo.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</jboss.snapshots.repo.url>
 
+        <activemq.version>5.15.9</activemq.version>
         <kafka.version>2.1.1</kafka.version>
         <junit.version>4.12</junit.version>
         <camel.version>3.0.0</camel.version>
@@ -112,17 +113,17 @@
                 <artifactId>camel-main</artifactId>
                 <version>${camel.version}</version>
             </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cassandraql</artifactId>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-cassandraql</artifactId>
                 <version>${camel.version}</version>
-            <exclusions>
-               <exclusion>
-                          <groupId>com.google.guava</groupId>
-                          <artifactId>guava</artifactId>
-               </exclusion>
-            </exclusions>
-        </dependency>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.google.guava</groupId>
+                        <artifactId>guava</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-telegram</artifactId>
@@ -188,7 +189,7 @@
             <dependency>
                 <groupId>org.apache.activemq</groupId>
                 <artifactId>activemq-client</artifactId>
-                <version>5.15.9</version>
+                <version>${activemq.version}</version>
             </dependency>
 
             <!--  Kafka dependencies -->