This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 5bfa653f89af627d1bb5662775345b54bdf17a0f Author: James Netherton <[email protected]> AuthorDate: Wed Mar 23 15:14:50 2022 +0000 Reformat POMs --- integration-tests/compression/pom.xml | 13 +++++++++++++ integration-tests/kafka/pom.xml | 13 +++++++++++++ poms/bom/pom.xml | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/integration-tests/compression/pom.xml b/integration-tests/compression/pom.xml index a633066..bf7d493 100644 --- a/integration-tests/compression/pom.xml +++ b/integration-tests/compression/pom.xml @@ -134,6 +134,19 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-mock-deployment</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-zip-deflater-deployment</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index d298715..a9f8d24 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -171,6 +171,19 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-microprofile-health-deployment</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-mock-deployment</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index a07c5d9..982311d 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -6190,7 +6190,7 @@ </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> - <artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId> + <artifactId>hapi-fhir-server</artifactId> <version>${hapi-fhir.version}</version> </dependency> <dependency> @@ -6200,7 +6200,7 @@ </dependency> <dependency> <groupId>ca.uhn.hapi.fhir</groupId> - <artifactId>hapi-fhir-server</artifactId> + <artifactId>hapi-fhir-structures-hl7org-dstu2</artifactId> <version>${hapi-fhir.version}</version> </dependency> <dependency>
