This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 0957011cff0be697c56e607dc6528b2ca046890d Author: Nicolas Filotto <nfilo...@talend.com> AuthorDate: Thu Apr 6 08:56:59 2023 +0200 Regen poms --- .../src/main/generated/flattened-reduced-pom.xml | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 8eec5c4095..fe49c02eba 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6573,6 +6573,11 @@ <artifactId>cxf-rt-features-logging</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-features-metrics</artifactId> + <version>4.0.0</version> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> @@ -6589,6 +6594,17 @@ <artifactId>cxf-rt-transports-http</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-transports-http-hc5</artifactId> + <version>4.0.0</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>jcl-over-slf4j</artifactId> + </exclusion> + </exclusions> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-ws-mex</artifactId> @@ -6599,6 +6615,11 @@ <artifactId>cxf-rt-ws-security</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-ws-rm</artifactId> + <version>4.0.0</version> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-wsdl</artifactId> @@ -6859,6 +6880,11 @@ <artifactId>cxf-rt-frontend-simple</artifactId> <version>4.0.0</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-management</artifactId> + <version>4.0.0</version> + </dependency> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-json-basic</artifactId>