Skip to content

Commit

Permalink
CSB-5913 Add overrides for camel-support and camel-api so that we use…
Browse files Browse the repository at this point in the history
…d the productized versions in all instances (both for supported and for unsupported components) (#475)
  • Loading branch information
cunningt authored Nov 5, 2024
1 parent cd07040 commit 36fd030
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@
<dependencyManagement>
<dependencies>

<!-- CSB-5913 - please remove these overrides after 4.8.0 -->
<!-- These are required for the ThreadFactoryListener changes -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-api</artifactId>
<version>${camel-version}</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-support</artifactId>
<version>${camel-version}</version>
</dependency>

<!-- Insert third party overrides here -->
<dependency>
<groupId>org.yaml</groupId>
Expand Down
12 changes: 12 additions & 0 deletions tooling/redhat-camel-spring-boot-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@
<dependencyManagement>
<dependencies>

<!-- CSB-5913 - please remove these overrides after 4.8.0 -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-api</artifactId>
<version>4.8.0.redhat-00010</version>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-support</artifactId>
<version>4.8.0.redhat-00010</version>
</dependency>

<!-- Insert third party overrides here -->
<dependency>
<groupId>org.yaml</groupId>
Expand Down

0 comments on commit 36fd030

Please sign in to comment.