[java-identity-provider] branch main updated: OSJ-337 - The storage-impl POM has compile-time Spring deps
Scott Cantor
cantor.2 at osu.edu
Wed Jul 21 21:41:09 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=3d1d301ebb8b499deed0eb05268df9320f5ac6ea
The following commit(s) were added to refs/heads/main by this push:
new 3d1d301eb OSJ-337 - The storage-impl POM has compile-time Spring deps
3d1d301eb is described below
commit 3d1d301ebb8b499deed0eb05268df9320f5ac6ea
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 21 17:40:35 2021 -0400
OSJ-337 - The storage-impl POM has compile-time Spring deps
https://issues.shibboleth.net/jira/browse/OSJ-337
Transfer spring-orm into a runtime dep.
---
idp-war-distribution/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 447edd1e6..d51bc7714 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -68,6 +68,15 @@
<artifactId>metrics-jvm</artifactId>
<scope>runtime</scope>
</dependency>
+ <!--
+ JPA supporting library in case storage service option used.
+ TODO: Remove once the JPA code becomes a plugin.
+ -->
+ <dependency>
+ <groupId>${spring.groupId}</groupId>
+ <artifactId>spring-orm</artifactId>
+ <scope>runtime</scope>
+ </dependency>
</dependencies>
<scm>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list