[java-oidc-common] branch main updated: JCOMOIDC-7 Move RP-metadata handling from the OIDC plugin

Henri Mikkonen henri.mikkonen at iki.fi
Wed Dec 30 10:52:48 UTC 2020


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

hjmikkon pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=dd3452f813c1eca3e4ec51cbcda419d5440671b9

The following commit(s) were added to refs/heads/main by this push:
       new  dd3452f   JCOMOIDC-7 Move RP-metadata handling from the OIDC plugin
dd3452f is described below

commit dd3452f813c1eca3e4ec51cbcda419d5440671b9
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Dec 30 12:52:16 2020 +0200

    JCOMOIDC-7 Move RP-metadata handling from the OIDC plugin
    
    https://issues.shibboleth.net/jira/browse/JCOMOIDC-7
    
    Added the dependencies needed for the latest additions.
---
 oidc-common-metadata-impl/pom.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/oidc-common-metadata-impl/pom.xml b/oidc-common-metadata-impl/pom.xml
index 3cd5071..3b69236 100644
--- a/oidc-common-metadata-impl/pom.xml
+++ b/oidc-common-metadata-impl/pom.xml
@@ -55,6 +55,13 @@
             <groupId>org.opensaml</groupId>
             <artifactId>opensaml-xmlsec-impl</artifactId>
         </dependency>
+        <!-- Provided Dependencies -->
+        <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>javax.servlet-api</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <!-- Test Dependencies -->
         <dependency>
             <groupId>net.shibboleth.oidc</groupId>
             <artifactId>oidc-common-saml-impl</artifactId>
@@ -94,6 +101,12 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.idp</groupId>
+            <artifactId>idp-profile-api</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-core</artifactId>
@@ -106,6 +119,17 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.ext</groupId>
+            <artifactId>spring-extensions</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>${spring.groupId}</groupId>
+            <artifactId>spring-test</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
 </project>

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


More information about the commits mailing list