This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-jdkim.git
commit 77a5f4fbe3025570298f4c63e471756ef250fc65 Author: Emerson Pinter <e...@pinter.dev> AuthorDate: Fri Mar 21 10:39:05 2025 -0300 Remove unused not-yet-commons-ssl --- assemble/pom.xml | 4 ---- pom.xml | 6 ------ 2 files changed, 10 deletions(-) diff --git a/assemble/pom.xml b/assemble/pom.xml index affd898..2ae288e 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -34,10 +34,6 @@ <description>A Java implementation for the DKIM specification.</description> <dependencies> - <dependency> - <groupId>ca.juliusdavies</groupId> - <artifactId>not-yet-commons-ssl</artifactId> - </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> diff --git a/pom.xml b/pom.xml index c9385a9..cc9a9f1 100644 --- a/pom.xml +++ b/pom.xml @@ -66,17 +66,11 @@ <dnsjava.version>3.6.0</dnsjava.version> <james-skin.version>1.8</james-skin.version> <junit.version>4.13.2</junit.version> - <not-yet-commons-ssl.version>0.3.11</not-yet-commons-ssl.version> <target.jdk>1.8</target.jdk> </properties> <dependencyManagement> <dependencies> - <dependency> - <groupId>ca.juliusdavies</groupId> - <artifactId>not-yet-commons-ssl</artifactId> - <version>${not-yet-commons-ssl.version}</version> - </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org