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

[syncope] branch 2_0_X updated: Fixing Quartz deps

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

commit 0b0728a046eafa2dee8397bfb5f60da7725ccce6
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 e6e287b..8c6b90e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1228,16 +1228,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>