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 caf304ca04e0c9e67fe972b780c709d40a6efbb0 Author: Emerson Pinter <e...@pinter.dev> AuthorDate: Thu Mar 20 23:02:40 2025 -0300 Remove unused commons-logging --- pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/pom.xml b/pom.xml index 797f968..c9385a9 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,6 @@ <properties> <apache-mime4j.version>0.8.11</apache-mime4j.version> <commons-codec.version>1.17.1</commons-codec.version> - <commons-logging.version>1.3.3</commons-logging.version> <dnsjava.version>3.6.0</dnsjava.version> <james-skin.version>1.8</james-skin.version> <junit.version>4.13.2</junit.version> @@ -83,29 +82,6 @@ <artifactId>commons-codec</artifactId> <version>${commons-codec.version}</version> </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>${commons-logging.version}</version> - <exclusions> - <exclusion> - <groupId>avalon-framework</groupId> - <artifactId>avalon-framework</artifactId> - </exclusion> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>logkit</groupId> - <artifactId>logkit</artifactId> - </exclusion> - <exclusion> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - </exclusion> - </exclusions> - </dependency> <dependency> <groupId>dnsjava</groupId> <artifactId>dnsjava</artifactId> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org