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:56 UTC

[3/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/575a84e4
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/575a84e4
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/575a84e4

Branch: refs/heads/camel-2.16.x
Commit: 575a84e4d0f7121d260cb59405a0a51d39614b2e
Parents: af0a8dd
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:43 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/575a84e4/components/camel-quartz2/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-quartz2/pom.xml b/components/camel-quartz2/pom.xml
index c5799e3..569ef96 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>