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 <[email protected]> AuthorDate: Wed Mar 8 10:08:18 2023 +0100 CAMEL-19062 - Clean up Parent POM - Pulsar Signed-off-by: Andrea Cosentino <[email protected]> --- 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 -->
