[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:09:58 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=42a441ba37aa144bb34f48ed0ca7060259f10767
The following commit(s) were added to refs/heads/main by this push:
new 42a441b IDP-1785 - Move idp-parent managed deps into java-parent-project
42a441b is described below
commit 42a441ba37aa144bb34f48ed0ca7060259f10767
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 15:09:55 2021 -0400
IDP-1785 - Move idp-parent managed deps into java-parent-project
https://issues.shibboleth.net/jira/browse/IDP-1785
Add DuoWeb and ant libs as managed deps.
---
pom.xml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/pom.xml b/pom.xml
index d0d8dbe..0415fe2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,9 +18,11 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
+ <ant.version>1.10.9</ant.version>
<bouncycastle.version>1.68</bouncycastle.version>
<commons.compress.version>1.20</commons.compress.version>
<cryptacular.version>1.2.4</cryptacular.version>
+ <duoweb.version>1.3</duoweb.version>
<!-- IMPORTANT: httpclient and httpcore versions need to be updated together. -->
<httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
<httpclient.version>4.5.13</httpclient.version>
@@ -234,6 +236,11 @@
<artifactId>commons-compress</artifactId>
<version>${commons.compress.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.duosecurity</groupId>
+ <artifactId>DuoWeb</artifactId>
+ <version>${duoweb.version}</version>
+ </dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-bom</artifactId>
@@ -419,6 +426,18 @@
</dependency>
<!-- Provided dependencies -->
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant</artifactId>
+ <version>${ant.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.ant</groupId>
+ <artifactId>ant-launcher</artifactId>
+ <version>${ant.version}</version>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list