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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33b56fc  Manage camel-servlet and camel-aws-sns in the BOM
     new 99f0b97  Merge pull request #40 from 
ppalaga/190708-manage-servlet-and-sns
33b56fc is described below

commit 33b56fcc81085f422b518f3e79dfffc96ba49e1e
Author: Peter Palaga <ppal...@redhat.com>
AuthorDate: Mon Jul 8 12:53:35 2019 +0200

    Manage camel-servlet and camel-aws-sns in the BOM
    
    This becomes required when Camel stuff is removed from Quarkus BOM
---
 bom/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/bom/pom.xml b/bom/pom.xml
index a53824c..418fbbb 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -75,6 +75,17 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
+                <artifactId>camel-aws-sns</artifactId>
+                <version>${camel.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>com.sun.xml.messaging.saaj</groupId>
+                        <artifactId>saaj-impl</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
                 <artifactId>camel-aws-sqs</artifactId>
                 <version>${camel.version}</version>
                 <exclusions>
@@ -137,6 +148,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.apache.camel</groupId>
+                <artifactId>camel-servlet</artifactId>
+                <version>${camel.version}</version>
+            </dependency>
 
             <!-- Quarkus Camel -->
             <dependency>

Reply via email to