From 38df047b11cfdf6501f35cc61d898d9699989ec2 Mon Sep 17 00:00:00 2001 From: Alex Mukha Date: Mon, 9 Apr 2018 16:42:19 +0100 Subject: [PATCH] REPO-3447 Remove c3p0 (#35) Quartz uses c3p0 jdbc pool for it's distributed job storage since version 2.x This commit will exclude c3p0 lib as distributed job storage is not used. --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 7351c0f626..49094d3f29 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,19 @@ alfresco-events 1.2.5 + + org.quartz-scheduler + quartz + 2.3.0 + + + + + com.mchange + * + + + org.apache.httpcomponents httpcore