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

[syncope] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/syncope.git


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

commit a4636c0443d521ebc193cbf4ee6b4358c64bc0d7
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 ad2ee5c..8833bac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1290,6 +1290,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>