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 62f0cae Fixing Quartz deps
62f0cae is described below
commit 62f0cae50ab2996ecc9b0841eb2efb26d100e4b7
Author: Francesco Chicchiriccò <[email protected]>
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 8a1614a..e0ef05c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1287,16 +1287,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>