You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/04/02 06:48:20 UTC

[syncope] branch 2_0_X updated: Excluding unwanted dependencies introduced by Quartz

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

ilgrosso pushed a commit to branch 2_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_0_X by this push:
     new 5d8ed84  Excluding unwanted dependencies introduced by Quartz
5d8ed84 is described below

commit 5d8ed84a009f834b0902da409860984da605e149
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 2 08:47:54 2019 +0200

    Excluding unwanted dependencies introduced by Quartz
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0b870ad..3fa96df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1231,6 +1231,14 @@ under the License.
             <groupId>com.zaxxer</groupId>
             <artifactId>HikariCP-java7</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>com.mchange</groupId>
+            <artifactId>c3p0</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>com.mchange</groupId>
+            <artifactId>mchange-commons-java</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>