[java-identity-provider] branch main updated: JPAR-179 - Anomalies in our POMs
Scott Cantor
cantor.2 at osu.edu
Tue Jun 22 14:29:24 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=87c0684868fa465ba74dde669271307e0f4aa06c
The following commit(s) were added to refs/heads/main by this push:
new 87c068486 JPAR-179 - Anomalies in our POMs
87c068486 is described below
commit 87c0684868fa465ba74dde669271307e0f4aa06c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 22 10:29:21 2021 -0400
JPAR-179 - Anomalies in our POMs
https://issues.shibboleth.net/jira/browse/JPAR-179
Remove redundant SWF dependency from idp-parent.
---
idp-parent/pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index a9e6cbda3..cd4c37895 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -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 -->
@@ -184,7 +172,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
-
</dependencies>
</dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list