[java-opensaml] 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:39:33 UTC 2021


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

scantor pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=3c0b0c1c4a220c6c9e03944bf08c983afbfdeb0d

The following commit(s) were added to refs/heads/main by this push:
       new  3c0b0c1c4 OSJ-337 - The storage-impl POM has compile-time Spring deps
3c0b0c1c4 is described below

commit 3c0b0c1c4a220c6c9e03944bf08c983afbfdeb0d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 21 17:39:02 2021 -0400

    OSJ-337 - The storage-impl POM has compile-time Spring deps
    
    https://issues.shibboleth.net/jira/browse/OSJ-337
---
 opensaml-storage-impl/pom.xml | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index e26fbd928..82f204a1d 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -69,13 +69,6 @@
             <artifactId>cryptacular</artifactId>
         </dependency>
 
-        <!-- Needed for JPA storage plugin. -->
-		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate-core</artifactId>
-            <optional>true</optional>
-		</dependency>
-
         <!-- Provided Dependencies -->
         <dependency>
             <groupId>jakarta.json</groupId>
@@ -95,11 +88,15 @@
         </dependency>
         
         <!-- Needed for JPA storage plugin. -->
-        <!-- TODO: I think is test scope here but runtime for the IdP. -->
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-core</artifactId>
+            <optional>true</optional>
+        </dependency>
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-orm</artifactId>
-            <scope>runtime</scope>
+            <scope>test</scope>
             <optional>true</optional>
         </dependency>
 

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


More information about the commits mailing list