[java-identity-provider] branch main updated: Missed commit changing Jackson dependency.

Scott Cantor cantor.2 at osu.edu
Wed Aug 7 15:06:00 UTC 2024


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=fd8f94976d8b222e9abab23c52998404fe1b55bf

The following commit(s) were added to refs/heads/main by this push:
     new fd8f94976 Missed commit changing Jackson dependency.
fd8f94976 is described below

commit fd8f94976d8b222e9abab23c52998404fe1b55bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 7 11:05:57 2024 -0400

    Missed commit changing Jackson dependency.
---
 idp-admin-impl/pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 3c6a42759..2f8baf2cc 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -91,7 +91,10 @@
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
         </dependency>    
-
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-annotations</artifactId>
+        </dependency>    
         <dependency>
             <groupId>com.fasterxml.jackson.datatype</groupId>
             <artifactId>jackson-datatype-jsr310</artifactId>
@@ -173,12 +176,6 @@
             <scope>test</scope>
         </dependency>
 
-        <dependency>
-            <groupId>com.fasterxml.jackson.core</groupId>
-            <artifactId>jackson-annotations</artifactId>
-            <scope>test</scope>
-        </dependency>    
-
         <dependency>
             <groupId>${spring.groupId}</groupId>
             <artifactId>spring-test</artifactId>

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


More information about the commits mailing list