[java-identity-provider] branch maint-4.1 updated: Backport other POM fixes and site deploy change.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 14 16:46:29 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=029e499e45f172240495650c75889ee6406cf8c3
The following commit(s) were added to refs/heads/maint-4.1 by this push:
new 029e499e4 Backport other POM fixes and site deploy change.
029e499e4 is described below
commit 029e499e45f172240495650c75889ee6406cf8c3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 14 12:46:25 2021 -0400
Backport other POM fixes and site deploy change.
---
idp-parent/pom.xml | 18 +++---------------
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 914e58a49..afa778919 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -73,7 +73,7 @@
<opensaml.version>4.1.1</opensaml.version>
<spring-extensions.version>6.1.3-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
- <idp-parent.site.url>${shibboleth.site.url}java-identity-provider/${project.version}/</idp-parent.site.url>
+ <idp-parent.site.url>${shibboleth.site.deploy.url}java-identity-provider/${project.version}/</idp-parent.site.url>
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
</properties>
@@ -95,7 +95,7 @@
</repositories>
<dependencies>
- <!-- This file should contain NO additional dependencies. See IDP-1620. -->
+ <!-- This file should contain NO additional dependencies unless they truly apply to every "every module. See IDP-1620. -->
<dependency>
<groupId>${slf4j.groupId}</groupId>
<artifactId>slf4j-api</artifactId>
@@ -153,18 +153,6 @@
<version>${spring-extensions.version}</version>
</dependency>
- <dependency>
- <groupId>${spring-webflow.groupId}</groupId>
- <artifactId>spring-webflow</artifactId>
- <version>${spring-webflow.version}</version>
- <exclusions>
- <exclusion>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
-
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
@@ -197,7 +185,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${idp-parent.site.url}</url>
+ <url>scp:${idp-parent.site.url}</url>
</site>
</distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list