[idwsfconsumer] 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:55:19 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository idwsfconsumer.
View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=51aa95d01aa8944205815164f0e97414dfd173eb
The following commit(s) were added to refs/heads/main by this push:
new 51aa95d IDP-1785 - Move idp-parent managed deps into java-parent-project
51aa95d is described below
commit 51aa95d01aa8944205815164f0e97414dfd173eb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 15:55:17 2021 -0400
IDP-1785 - Move idp-parent managed deps into java-parent-project
https://issues.shibboleth.net/jira/browse/IDP-1785
Unlock parent POM.
Inherit commons-lang version from parent POM.
---
pom.xml | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 562ddaa..24f7349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.0</version>
+ <version>11.2.1-SNAPSHOT</version>
</parent>
<name>ID-WSF WSC</name>
@@ -99,6 +99,14 @@
<artifactId>commons-codec</artifactId>
</dependency>
+ <!-- TODO can replace this with something else? -->
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ </dependency>
+
+ <!-- Rest are optional deps not incorporated by our projects. -->
+
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
@@ -138,13 +146,6 @@
</exclusions>
</dependency>
- <!-- TODO can replace this with something else? -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
-
</dependencies>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list