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/03/26 11:51:17 UTC

[syncope] branch 2_1_X updated: Fixing Quartz deps

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 ebfe0ec  Fixing Quartz deps
ebfe0ec is described below

commit ebfe0ec9e15436a1ce858db164086de3a97cece1
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 26 12:50:49 2019 +0100

    Fixing Quartz deps
---
 pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 73508ed..fccb387 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1169,16 +1169,8 @@ under the License.
         <version>${quartz.version}</version>
         <exclusions>
           <exclusion>
-            <groupId>com.mchange</groupId>
-            <artifactId>c3p0</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>com.mchange</groupId>
-            <artifactId>mchange-commons-java</artifactId>
-          </exclusion>
-          <exclusion>
             <groupId>com.zaxxer</groupId>
-            <artifactId>HikariCP-java6</artifactId>
+            <artifactId>HikariCP-java7</artifactId>
           </exclusion>
         </exclusions>
       </dependency>