Skip to content

Commit

Permalink
Remove camel-quarkus-beanio exclusion
Browse files Browse the repository at this point in the history
(cherry picked from commit 82f3919)
  • Loading branch information
jamesnetherton authored and gsmet committed Oct 31, 2024
1 parent 7fe4e7c commit f856c9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions generated-platform-project/quarkus-camel/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,11 @@
<artifactId>camel-quarkus-beanio-deployment</artifactId>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-beanio</artifactId>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bindy-deployment</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions generated-platform-project/quarkus-universe/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16046,6 +16046,11 @@
<artifactId>camel-quarkus-beanio-deployment</artifactId>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-beanio</artifactId>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-bindy-deployment</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@
<dependency>log4j:log4j</dependency>
<!-- AssertJ -->
<dependency>org.assertj:assertj-core</dependency>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/5803 -->
<dependency>org.apache.camel.quarkus:camel-quarkus-beanio</dependency>
</excludedDependencies>
</bomGenerator>
<descriptorGenerator>
Expand Down

0 comments on commit f856c9f

Please sign in to comment.