[java-identity-provider] branch maint-4.1 updated: Backport SSH support in site plugin.

Scott Cantor cantor.2 at osu.edu
Mon Jul 19 21:09:52 UTC 2021


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

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

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

The following commit(s) were added to refs/heads/maint-4.1 by this push:
       new  01091a58c Backport SSH support in site plugin.
01091a58c is described below

commit 01091a58cf7ad0a2710ee7d9fe30825597ca22b2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 19 17:09:49 2021 -0400

    Backport SSH support in site plugin.
---
 idp-parent/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 14aae0f3f..b55e7883c 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -320,6 +320,14 @@
                 <configuration>
                     <siteDirectory>../idp-parent/src/site</siteDirectory>
                 </configuration>
+                 <!-- TODO: Remove when parent POM updated. -->
+                <dependencies>
+                    <dependency>
+                        <groupId>org.apache.maven.wagon</groupId>
+                        <artifactId>wagon-ssh</artifactId>
+                        <version>3.4.3</version>
+                    </dependency>
+                </dependencies>
             </plugin>
 
             <plugin>

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


More information about the commits mailing list