[java-identity-provider] branch maint-3.4 updated: IDP-1622 - Update dependencies

Scott Cantor cantor.2 at osu.edu
Mon Jun 22 14:07:26 UTC 2020


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

scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c5e99dff0caa16f61cf56f895531325685cb83a3

The following commit(s) were added to refs/heads/maint-3.4 by this push:
       new  c5e99dff0 IDP-1622 - Update dependencies
c5e99dff0 is described below

commit c5e99dff0caa16f61cf56f895531325685cb83a3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jun 22 10:07:24 2020 -0400

    IDP-1622 - Update dependencies
    
    Force the distribution to ship an updated transitive dependency.
---
 idp-distribution/pom.xml | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 6f1325420..dcbedb52b 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -23,16 +23,27 @@
 
     <dependencies>
         <!-- Compile Dependencies -->
-
-        <!-- Provided Dependencies -->
-
-        <!-- Runtime Dependencies -->
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>idp-installer</artifactId>
             <version>${project.version}</version>
         </dependency>
 
+        <!-- Provided Dependencies -->
+
+        <!-- Runtime Dependencies -->
+        
+        <!--
+        TODO: Remove this if we ever bump OpenSAML itself.
+        This is here just to force an override of the version we ship.
+        -->
+        <dependency>
+            <groupId>org.cryptacular</groupId>
+            <artifactId>cryptacular</artifactId>
+            <scope>runtime</scope>
+            <version>1.1.4</version>
+        </dependency>
+        
         <!-- Required if using classes with command line support. -->
         <dependency>
             <groupId>com.beust</groupId>

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


More information about the commits mailing list