[java-identity-provider] branch main updated: IDP-1785 - Move idp-parent managed deps into java-parent-project
Scott Cantor
cantor.2 at osu.edu
Mon Apr 5 19:12:41 UTC 2021
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=21e0ac6b6e68597444c0a45df4e392a782206a2f
The following commit(s) were added to refs/heads/main by this push:
new 21e0ac6b6 IDP-1785 - Move idp-parent managed deps into java-parent-project
21e0ac6b6 is described below
commit 21e0ac6b6e68597444c0a45df4e392a782206a2f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 15:12:37 2021 -0400
IDP-1785 - Move idp-parent managed deps into java-parent-project
https://issues.shibboleth.net/jira/browse/IDP-1785
Unlock parent POM and inherit DuoWeb and ant versions.
---
idp-authn-impl/pom.xml | 1 -
idp-parent/pom.xml | 16 +---------------
2 files changed, 1 insertion(+), 16 deletions(-)
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 1d7275a53..8f12cb4db 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -171,7 +171,6 @@
<dependency>
<groupId>com.duosecurity</groupId>
<artifactId>DuoWeb</artifactId>
- <version>${duoweb.version}</version>
</dependency>
<dependency>
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 4deee760f..b60274710 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -8,7 +8,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.0</version>
+ <version>11.2.1-SNAPSHOT</version>
</parent>
<name>Shibboleth Identity Provider</name>
@@ -67,8 +67,6 @@
</modules>
<properties>
- <ant.version>1.10.7</ant.version>
- <duoweb.version>1.3</duoweb.version>
<idwsfconsumer.version>2.1.0</idwsfconsumer.version>
<java-support.version>8.2.0</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
@@ -170,18 +168,6 @@
<!-- Provided Dependencies -->
<!-- Runtime Dependencies -->
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>${ant.version}</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-launcher</artifactId>
- <version>${ant.version}</version>
- <scope>runtime</scope>
- </dependency>
<!-- Test Dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list