[java-parent-project] branch main updated: IDP-2065 - Remediate UserAgentUtils library out of codebase
Scott Cantor
cantor.2 at osu.edu
Mon Jan 23 18:46:28 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=252beeea44993bc0e099d045570599eeaafe0d8e
The following commit(s) were added to refs/heads/main by this push:
new 252beee IDP-2065 - Remediate UserAgentUtils library out of codebase
252beee is described below
commit 252beeea44993bc0e099d045570599eeaafe0d8e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 23 13:46:26 2023 -0500
IDP-2065 - Remediate UserAgentUtils library out of codebase
https://shibboleth.atlassian.net/browse/IDP-2065
Remove managed dependency.
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2df9c09..efc1b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -180,11 +180,6 @@
<artifactId>commons-codec</artifactId>
<version>1.15</version>
</dependency>
- <dependency>
- <groupId>eu.bitwalker</groupId>
- <artifactId>UserAgentUtils</artifactId>
- <version>1.21</version>
- </dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list