You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/11/15 17:30:18 UTC

[camel-quarkus] 03/04: Polished, remove duplicate, thanks Peter, and order a..z

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5c4487e7632980d53a901908c56afd1a909faa13
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 13 12:11:53 2019 +0100

    Polished, remove duplicate, thanks Peter, and order a..z
---
 poms/bom-deployment/pom.xml |  5 -----
 poms/bom/pom.xml            | 10 +++++-----
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/poms/bom-deployment/pom.xml b/poms/bom-deployment/pom.xml
index 8cdce86..70cc754 100644
--- a/poms/bom-deployment/pom.xml
+++ b/poms/bom-deployment/pom.xml
@@ -313,11 +313,6 @@
                 <artifactId>camel-quarkus-xslt-deployment</artifactId>
                 <version>${camel-quarkus.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bean-validator-deployment</artifactId>
-                <version>${camel-quarkus.version}</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 1369d1a..b8134a4 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -410,6 +410,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel.quarkus</groupId>
+                <artifactId>camel-quarkus-bean-validator</artifactId>
+                <version>${camel-quarkus.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.camel.quarkus</groupId>
                 <artifactId>camel-quarkus-controlbus</artifactId>
                 <version>${camel-quarkus.version}</version>
             </dependency>
@@ -615,11 +620,6 @@
                 <artifactId>camel-quarkus-xslt</artifactId>
                 <version>${camel-quarkus.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel.quarkus</groupId>
-                <artifactId>camel-quarkus-bean-validator</artifactId>
-                <version>${camel-quarkus.version}</version>
-            </dependency>
 
         </dependencies>
     </dependencyManagement>