Skip to content

Commit

Permalink
fix(ci): override CXF dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
squakez committed Oct 9, 2024
1 parent e1af697 commit ca308e4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,15 @@

<dependencyManagement>
<dependencies>
<!-- Added here to avoid full Camel release train -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>3.5.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-bom</artifactId>
Expand Down
9 changes: 9 additions & 0 deletions support/camel-k-runtime-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@

<dependencyManagement>
<dependencies>
<!-- Added here to avoid full Camel release train -->
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-core</artifactId>
<version>3.5.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>${quarkus-platform-group}</groupId>
<artifactId>quarkus-camel-bom</artifactId>
Expand Down

0 comments on commit ca308e4

Please sign in to comment.