[java-parent-project] branch main updated: Add commons-lang3 as a managed dependency.
Scott Cantor
cantor.2 at osu.edu
Thu May 11 16:50:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=254202630d93e25ae1b9d23c6e5f01c8a2ba333c
The following commit(s) were added to refs/heads/main by this push:
new 2542026 Add commons-lang3 as a managed dependency.
2542026 is described below
commit 254202630d93e25ae1b9d23c6e5f01c8a2ba333c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu May 11 12:50:19 2023 -0400
Add commons-lang3 as a managed dependency.
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2742c7c..2d0be11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -199,6 +199,11 @@
<artifactId>commons-dbcp2</artifactId>
<version>2.9.0</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>3.11</version>
+ </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list