You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/06/24 13:18:19 UTC

[camel-quarkus] branch main updated: Remove redundant BOM imports from integration tests

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


The following commit(s) were added to refs/heads/main by this push:
     new 22a70adfa9 Remove redundant BOM imports from integration tests
22a70adfa9 is described below

commit 22a70adfa969599b4f4566ce35fd430421f2b680
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jun 24 11:51:05 2022 +0100

    Remove redundant BOM imports from integration tests
---
 integration-tests/datasonnet/pom.xml                  | 19 -------------------
 integration-tests/mybatis/pom.xml                     | 12 ------------
 .../integration-test-pom.xml                          | 19 -------------------
 3 files changed, 50 deletions(-)

diff --git a/integration-tests/datasonnet/pom.xml b/integration-tests/datasonnet/pom.xml
index dd0636ce8b..bdd83e6424 100644
--- a/integration-tests/datasonnet/pom.xml
+++ b/integration-tests/datasonnet/pom.xml
@@ -30,25 +30,6 @@
     <name>Camel Quarkus :: Integration Tests :: DataSonnet</name>
     <description>Integration tests for Camel Quarkus DataSonnet extension</description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bom-test</artifactId>
-                <version>${camel-quarkus.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>${quarkus.platform.group-id}</groupId>
-                <artifactId>${quarkus.platform.artifact-id}</artifactId>
-                <version>${quarkus.platform.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/integration-tests/mybatis/pom.xml b/integration-tests/mybatis/pom.xml
index 77edc5c73b..f2bf1b1376 100644
--- a/integration-tests/mybatis/pom.xml
+++ b/integration-tests/mybatis/pom.xml
@@ -30,18 +30,6 @@
     <name>Camel Quarkus :: Integration Tests :: MyBatis</name>
     <description>Integration tests for Camel Quarkus MyBatis extension</description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bom-test</artifactId>
-                <version>${project.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/tooling/create-extension-templates/integration-test-pom.xml b/tooling/create-extension-templates/integration-test-pom.xml
index 43bc8a7351..a76b3fea31 100644
--- a/tooling/create-extension-templates/integration-test-pom.xml
+++ b/tooling/create-extension-templates/integration-test-pom.xml
@@ -32,25 +32,6 @@
     <name>Camel Quarkus :: Integration Tests :: [=nameBase]</name>
     <description>Integration tests for Camel Quarkus [=nameBase] extension</description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${quarkus.platform.group-id}</groupId>
-                <artifactId>${quarkus.platform.artifact-id}</artifactId>
-                <version>${quarkus.platform.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bom-test</artifactId>
-                <version>${camel-quarkus.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>