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 2019/12/10 10:27:14 UTC

[camel-quarkus] branch master updated: chore: Remove redundant banned dependency

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

jamesnetherton 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 4d6f78d  chore: Remove redundant banned dependency
4d6f78d is described below

commit 4d6f78d09a5c76ac542e08f093690af148b55485
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Dec 9 20:06:08 2019 +0000

    chore: Remove redundant banned dependency
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7c99d71..8eb4df4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,11 +219,6 @@
                                     <requireMavenVersion>
                                         <version>${supported-maven-versions}</version>
                                     </requireMavenVersion>
-                                    <bannedDependencies>
-                                        <excludes>
-                                            <exclude>com.sun.xml.messaging.saaj:saaj-impl</exclude>
-                                        </excludes>
-                                    </bannedDependencies>
                                 </rules>
                             </configuration>
                         </execution>