This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch 3.33.x in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3d4fc2ec652a2a86ff1e3f906c0041f55d0594fb Author: Peter Palaga <[email protected]> AuthorDate: Tue Mar 31 18:58:02 2026 +0200 Stop managing commons-collections because they are managed in the imported quarkus-cxf-bom --- pom.xml | 1 - poms/bom/pom.xml | 5 ----- poms/bom/src/main/generated/flattened-full-pom.xml | 10 +++++----- poms/bom/src/main/generated/flattened-reduced-pom.xml | 10 +++++----- poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 10 +++++----- 5 files changed, 15 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 2f7eee708b..f2497f42c1 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,6 @@ <chicory.version>${chicory-version}</chicory.version> <commons-beanutils.version>${commons-beanutils-version}</commons-beanutils.version> <commons-cli.version>1.8.0</commons-cli.version><!-- keep in sync with Quarkus, via quarkus-bootstrap-core --> - <commons-collections.version>${commons-collections-version}</commons-collections.version> <commons-collections4.version>${commons-collections4-version}</commons-collections4.version> <commons-exec.version>${commons-exec-version}</commons-exec.version> <commons-net.version>${commons-net-version}</commons-net.version> diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 5a0cd276d0..94dd227136 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -7625,11 +7625,6 @@ <artifactId>commons-cli</artifactId> <version>${commons-cli.version}</version> </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>${commons-collections.version}</version> - </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> diff --git a/poms/bom/src/main/generated/flattened-full-pom.xml b/poms/bom/src/main/generated/flattened-full-pom.xml index 49c7cddc49..3ad9575e0f 100644 --- a/poms/bom/src/main/generated/flattened-full-pom.xml +++ b/poms/bom/src/main/generated/flattened-full-pom.xml @@ -7508,11 +7508,6 @@ <artifactId>commons-cli</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <version>1.8.0</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> </dependency> - <dependency> - <groupId>commons-collections</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> - <artifactId>commons-collections</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> - <version>3.2.2</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> - </dependency> <dependency> <groupId>commons-net</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <artifactId>commons-net</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> @@ -8414,6 +8409,11 @@ <artifactId>org.eclipse.jgit.ssh.jsch</artifactId><!-- io.quarkiverse.jgit:quarkus-jgit-bom:3.6.2 --> <version>7.6.0.202603022253-r</version><!-- io.quarkiverse.jgit:quarkus-jgit-bom:3.6.2 --> </dependency> + <dependency> + <groupId>commons-collections</groupId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> + <artifactId>commons-collections</artifactId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> + <version>3.2.2</version><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> + </dependency> <dependency> <groupId>org.apache.cxf</groupId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> <artifactId>cxf-core</artifactId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index d0a81c6867..c0c7743b7c 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -7472,11 +7472,6 @@ <artifactId>commons-cli</artifactId> <version>1.8.0</version> </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> - </dependency> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> @@ -8282,6 +8277,11 @@ <artifactId>org.eclipse.jgit.ssh.jsch</artifactId> <version>7.6.0.202603022253-r</version> </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.2</version> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-core</artifactId> diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 7c0acbbc2d..bae00e20c0 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -7472,11 +7472,6 @@ <artifactId>commons-cli</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <version>1.8.0</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> </dependency> - <dependency> - <groupId>commons-collections</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> - <artifactId>commons-collections</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> - <version>3.2.2</version><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> - </dependency> <dependency> <groupId>commons-net</groupId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> <artifactId>commons-net</artifactId><!-- org.apache.camel.quarkus:camel-quarkus-bom:${project.version} --> @@ -8282,6 +8277,11 @@ <artifactId>org.eclipse.jgit.ssh.jsch</artifactId><!-- io.quarkiverse.jgit:quarkus-jgit-bom:3.6.2 --> <version>7.6.0.202603022253-r</version><!-- io.quarkiverse.jgit:quarkus-jgit-bom:3.6.2 --> </dependency> + <dependency> + <groupId>commons-collections</groupId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> + <artifactId>commons-collections</artifactId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> + <version>3.2.2</version><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> + </dependency> <dependency> <groupId>org.apache.cxf</groupId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 --> <artifactId>cxf-core</artifactId><!-- io.quarkiverse.cxf:quarkus-cxf-bom:3.33.1 -->
