You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/07/16 08:22:55 UTC

[2/3] camel git commit: Removed old duplicate c3p0 in camel-quartz2. Thanks to Seweryn for reporting this.

Removed old duplicate c3p0 in camel-quartz2. Thanks to Seweryn for reporting this.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/48b6ab53
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/48b6ab53
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/48b6ab53

Branch: refs/heads/camel-2.17.x
Commit: 48b6ab539511c397596319e95726f7880060e62e
Parents: 745e912
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Jul 16 10:20:10 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Jul 16 10:22:22 2016 +0200

----------------------------------------------------------------------
 components/camel-quartz2/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/48b6ab53/components/camel-quartz2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz2/pom.xml b/components/camel-quartz2/pom.xml
index f05fafa..cf6425e 100644
--- a/components/camel-quartz2/pom.xml
+++ b/components/camel-quartz2/pom.xml
@@ -54,6 +54,12 @@
       <groupId>org.quartz-scheduler</groupId>
       <artifactId>quartz</artifactId>
       <version>${quartz2-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>c3p0</groupId>
+          <artifactId>c3p0</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>com.mchange</groupId>