[java-identity-provider] branch main updated: OSJ-337 - The storage-impl POM has compile-time Spring deps
Scott Cantor
cantor.2 at osu.edu
Mon Jul 26 13:41:16 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=37ca5a17071ea7d76869d9450895290e70a6c83a
The following commit(s) were added to refs/heads/main by this push:
new 37ca5a170 OSJ-337 - The storage-impl POM has compile-time Spring deps
37ca5a170 is described below
commit 37ca5a17071ea7d76869d9450895290e70a6c83a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 26 09:40:50 2021 -0400
OSJ-337 - The storage-impl POM has compile-time Spring deps
https://issues.shibboleth.net/jira/browse/OSJ-337
Make Hibernate a runtime dependency since it's optional in OS now.
---
idp-war-distribution/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index d51bc7714..fc4ab78e4 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -72,6 +72,11 @@
JPA supporting library in case storage service option used.
TODO: Remove once the JPA code becomes a plugin.
-->
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-orm</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list