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 1016cb7295380fe032051a6041b5132fb0e730a6 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Wed Sep 7 17:57:19 2022 +0200 update virtual profiles --- integration-tests/azure-grouped/pom.xml | 6 ++--- integration-tests/cxf-soap/pom.xml | 13 ----------- integration-tests/jpa/pom.xml | 39 +++++++++++++++++++++++++++++++++ poms/bom/pom.xml | 10 ++++----- 4 files changed, 47 insertions(+), 21 deletions(-) diff --git a/integration-tests/azure-grouped/pom.xml b/integration-tests/azure-grouped/pom.xml index 76fd95ba91..d84cfa5586 100644 --- a/integration-tests/azure-grouped/pom.xml +++ b/integration-tests/azure-grouped/pom.xml @@ -66,15 +66,15 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-mock</artifactId> + <artifactId>camel-quarkus-integration-test-support-mock-backend</artifactId> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-seda</artifactId> + <artifactId>camel-quarkus-mock</artifactId> </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-integration-test-support-mock-backend</artifactId> + <artifactId>camel-quarkus-seda</artifactId> </dependency> <dependency> <groupId>io.quarkus</groupId> diff --git a/integration-tests/cxf-soap/pom.xml b/integration-tests/cxf-soap/pom.xml index 35fd2c0435..8245499f6a 100644 --- a/integration-tests/cxf-soap/pom.xml +++ b/integration-tests/cxf-soap/pom.xml @@ -177,19 +177,6 @@ </exclusion> </exclusions> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-xml-io-dsl-deployment</artifactId> - <version>${project.version}</version> - <type>pom</type> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>*</groupId> - <artifactId>*</artifactId> - </exclusion> - </exclusions> - </dependency> </dependencies> </profile> </profiles> diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 8a449cfcea..0d1c6874d6 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -120,6 +120,19 @@ </activation> <dependencies> <!-- The following dependencies guarantee that this module is built after them. You can update them by running `mvn process-resources -Pformat -N` from the source tree root directory --> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-direct-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-jpa-deployment</artifactId> @@ -133,6 +146,32 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-jta-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> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> </dependencies> </profile> </profiles> diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 8002a0b866..fe873ba543 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -10255,6 +10255,11 @@ <artifactId>kudu-client</artifactId> <version>${kudu.version}</version> </dependency> + <dependency> + <groupId>org.apache.neethi</groupId> + <artifactId>neethi</artifactId> + <version>${neethi.version}</version> + </dependency> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> @@ -10395,11 +10400,6 @@ <artifactId>mvel2</artifactId> <version>${mvel2.version}</version> </dependency> - <dependency> - <groupId>org.apache.neethi</groupId> - <artifactId>neethi</artifactId> - <version>${neethi.version}</version> - </dependency> <dependency> <groupId>org.optaplanner</groupId> <artifactId>optaplanner-quarkus</artifactId>