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 2017/05/17 13:04:56 UTC

syncope git commit: [SYNCOPE-1084] Fix dependency for jdk8

Repository: syncope
Updated Branches:
  refs/heads/master 718182365 -> 9b7b54f23


[SYNCOPE-1084] Fix dependency for jdk8


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9b7b54f2
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9b7b54f2
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9b7b54f2

Branch: refs/heads/master
Commit: 9b7b54f230dec641fa8cbc7a27d71a3a6360bb68
Parents: 7181823
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed May 17 15:04:48 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed May 17 15:04:48 2017 +0200

----------------------------------------------------------------------
 core/persistence-jpa/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/9b7b54f2/core/persistence-jpa/pom.xml
----------------------------------------------------------------------
diff --git a/core/persistence-jpa/pom.xml b/core/persistence-jpa/pom.xml
index 8eeb49c..af58940 100644
--- a/core/persistence-jpa/pom.xml
+++ b/core/persistence-jpa/pom.xml
@@ -62,7 +62,7 @@ under the License.
     
     <dependency>
       <groupId>com.zaxxer</groupId>
-      <artifactId>HikariCP-java7</artifactId>
+      <artifactId>HikariCP</artifactId>
     </dependency>
       
     <dependency>