[java-parent-project] branch main updated: OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
Rod Widdowson
rdw at steadingsoftware.com
Fri Jun 17 12:55:19 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=8fbfa62b1e0b905aae1772b700c27f05a6f8a89c
The following commit(s) were added to refs/heads/main by this push:
new 8fbfa62 OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
8fbfa62 is described below
commit 8fbfa62b1e0b905aae1772b700c27f05a6f8a89c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 17 13:47:30 2022 +0100
OSJ-342 Investigate Strategies to end of life our use of Hibernate in V5
https://shibboleth.atlassian.net/browse/OSJ-342
Remove Hibernate from our Managed Depenencies.
---
pom.xml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index ea5bb27..8ac483b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,21 +438,6 @@
<version>${bouncycastle.version}</version>
</dependency>
- <dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-core-jakarta</artifactId>
- <version>5.6.6.Final</version>
- <exclusions>
- <exclusion>
- <groupId>jakarta.activation</groupId>
- <artifactId>jakarta.activation-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>jakarta.xml.bind</groupId>
- <artifactId>jakarta.xml.bind-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list