[java-parent-project] 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:27:20 UTC 2021
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=5fd36e872cc119ffb3b60bc2c4a84a5811a50e89
The following commit(s) were added to refs/heads/main by this push:
new 5fd36e8 IDP-1785 - Move idp-parent managed deps into java-parent-project
5fd36e8 is described below
commit 5fd36e872cc119ffb3b60bc2c4a84a5811a50e89
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 15:27:17 2021 -0400
IDP-1785 - Move idp-parent managed deps into java-parent-project
https://issues.shibboleth.net/jira/browse/IDP-1785
Add managed UserAgentUtils dependency.
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 0415fe2..66a7e94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,6 +216,11 @@
<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