[java-parent-project] 03/03: JPAR-139 - manage hibernate dependency, exclude duplicate activation artifact

Ian Young ian at iay.org.uk
Thu Jan 16 11:45:59 EST 2020


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=80e10dfbb8386e49e40fbcc931486bec824fad35

commit 80e10dfbb8386e49e40fbcc931486bec824fad35
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 16 16:45:46 2020 +0000

    JPAR-139 - manage hibernate dependency, exclude duplicate activation artifact
    
    https://issues.shibboleth.net/jira/browse/JPAR-139
---
 pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index f983d2d..db977e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -393,6 +393,22 @@
                 <version>${bouncycastle.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.hibernate</groupId>
+                <artifactId>hibernate-core</artifactId>
+                <version>5.4.2.Final</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>javax.activation</groupId>
+                        <artifactId>javax.activation-api</artifactId>
+                    </exclusion>
+                </exclusions>
+            </dependency>
+            <dependency>
+                <groupId>org.hibernate.javax.persistence</groupId>
+                <artifactId>hibernate-jpa-2.1-api</artifactId>
+                <version>1.0.2.Final</version>
+            </dependency>
+            <dependency>
                 <groupId>org.ldaptive</groupId>
                 <artifactId>ldaptive</artifactId>
                 <version>${ldaptive.version}</version>

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


More information about the commits mailing list