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 d87a57069f992d9bb7eab09e75b7b77ce63a5185 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 5373f50feb..7e26fedba9 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -6558,6 +6558,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> @@ -6574,6 +6579,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> @@ -6584,6 +6600,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> @@ -6844,6 +6865,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>