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 2_1_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_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


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

commit 0b3644e1c62a280844678876ad63a379465de57c
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 7344b60..1edfdff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1172,6 +1172,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>