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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new e18481a17d3 CAMEL-21243 Add dependencyManagement entry for 
org.osgi:org.osgi.core for camel-braintree-starter (#1226)
e18481a17d3 is described below

commit e18481a17d3a481a267decf340e1424c89e7cc19
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Sep 19 08:41:57 2024 -0400

    CAMEL-21243 Add dependencyManagement entry for org.osgi:org.osgi.core for 
camel-braintree-starter (#1226)
---
 components-starter/camel-braintree-starter/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/components-starter/camel-braintree-starter/pom.xml 
b/components-starter/camel-braintree-starter/pom.xml
index f12d6faddde..fbcf81cb01c 100644
--- a/components-starter/camel-braintree-starter/pom.xml
+++ b/components-starter/camel-braintree-starter/pom.xml
@@ -28,6 +28,18 @@
   <packaging>jar</packaging>
   <name>Camel SB Starters :: Braintree</name>
   <description>Spring-Boot Starter for Camel Braintree support</description>
+  <properties>
+    <camel-braintree-osgi-version>4.2.0</camel-braintree-osgi-version>
+  </properties>
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.osgi</groupId>
+        <artifactId>org.osgi.core</artifactId>
+        <version>${camel-braintree-osgi-version}</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.springframework.boot</groupId>

Reply via email to