Skip to content

Commit

Permalink
CAMEL-21243 Add dependencyManagement entry for org.osgi:org.osgi.core…
Browse files Browse the repository at this point in the history
… for camel-braintree-starter (#1226)
  • Loading branch information
cunningt committed Sep 20, 2024
1 parent e43825a commit 7322027
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions components-starter/camel-braintree-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7322027

Please sign in to comment.