[java-opensaml] branch master updated: OSJ-275 - upgrade version of Hibernate in use

Ian Young ian at iay.org.uk
Thu Apr 11 11:42:23 EDT 2019


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=3bb2348f3b3ada3a2f27a15ea555f8bb76884082

The following commit(s) were added to refs/heads/master by this push:
       new  3bb2348   OSJ-275 - upgrade version of Hibernate in use
3bb2348 is described below

commit 3bb2348f3b3ada3a2f27a15ea555f8bb76884082
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Apr 11 16:42:12 2019 +0100

    OSJ-275 - upgrade version of Hibernate in use
    
    Note that the hibernate-entitymanager functionality has been rolled into hibernate-core in recent releases, so we use that instead now.
---
 opensaml-parent/pom.xml       | 6 +++---
 opensaml-storage-impl/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index dac54a0..65cf8e7 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -114,13 +114,13 @@
             <!-- Compile Dependencies -->
           <dependency>
               <groupId>org.hibernate</groupId>
-              <artifactId>hibernate-entitymanager</artifactId>
-              <version>4.3.5.Final</version>
+              <artifactId>hibernate-core</artifactId>
+              <version>5.4.2.Final</version>
           </dependency>
           <dependency>
               <groupId>org.hibernate.javax.persistence</groupId>
               <artifactId>hibernate-jpa-2.1-api</artifactId>
-              <version>1.0.0.Final</version>
+              <version>1.0.2.Final</version>
           </dependency>
           <dependency>
               <groupId>net.spy</groupId>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 11cbb89..cecbc76 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -42,7 +42,7 @@
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
-            <artifactId>hibernate-entitymanager</artifactId>
+            <artifactId>hibernate-core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.hibernate.javax.persistence</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list