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 2023/03/08 09:09:30 UTC

[camel] 02/02: CAMEL-19062 - Clean up Parent POM - Pulsar

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fab3ea899fdf1820fcb0d058512a682ad5871d54
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 8 10:08:18 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Pulsar
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-pulsar/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-pulsar/pom.xml b/components/camel-pulsar/pom.xml
index 11103151355..f3acfcd2cac 100644
--- a/components/camel-pulsar/pom.xml
+++ b/components/camel-pulsar/pom.xml
@@ -42,10 +42,12 @@
         <dependency>
             <groupId>org.apache.pulsar</groupId>
             <artifactId>pulsar-client</artifactId>
+            <version>${pulsar-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.pulsar</groupId>
             <artifactId>pulsar-client-admin</artifactId>
+            <version>${pulsar-version}</version>
         </dependency>
 
         <!-- testing -->