[java-opensaml] branch master updated: JPAR-139 - move management of Hibernate dependencies to parent POM

Ian Young ian at iay.org.uk
Thu Jan 16 11:46:09 EST 2020


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=8f2883f8648de27808e2a42aae60692102d2b086

The following commit(s) were added to refs/heads/master by this push:
       new  8f2883f   JPAR-139 - move management of Hibernate dependencies to parent POM
8f2883f is described below

commit 8f2883f8648de27808e2a42aae60692102d2b086
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 16 16:44:38 2020 +0000

    JPAR-139 - move management of Hibernate dependencies to parent POM
    
    https://issues.shibboleth.net/jira/browse/JPAR-139
---
 opensaml-parent/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 09696fa..020a1d6 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -109,17 +109,6 @@
         <dependencies>
             <!-- Compile Dependencies -->
             <dependency>
-                <groupId>org.hibernate</groupId>
-                <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.2.Final</version>
-            </dependency>
-
-            <dependency>
                 <groupId>net.spy</groupId>
                 <artifactId>spymemcached</artifactId>
                 <version>2.12.3</version>

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


More information about the commits mailing list