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 a7464624374f9fd6fc298819236e4b5da6f44a90 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 148207b8dc..b9bb22f162 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6577,6 +6577,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> @@ -6593,6 +6598,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> @@ -6603,6 +6619,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> @@ -6863,6 +6884,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>