This is an automated email from the ASF dual-hosted git repository. mawiesne pushed a commit to branch cleanup-dependency-mgmt-section-from-unused-deps in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git
commit 336642a0269ae8655ac896ed77daf92148ae1a73 Author: Martin Wiesner <[email protected]> AuthorDate: Mon Nov 25 10:45:17 2024 +0100 cleans dependency mgmnt section of pom.xml from several unused / orphaned dependencies towards Apache commons libs --- pom.xml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/pom.xml b/pom.xml index 303c85f..f255045 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,6 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> @@ -119,7 +118,6 @@ <coveralls.maven.plugin>4.3.0</coveralls.maven.plugin> <jacoco.maven.plugin>0.8.12</jacoco.maven.plugin> <maven.failsafe.plugin>3.5.0</maven.failsafe.plugin> - <mockito.version>3.9.0</mockito.version> </properties> <dependencyManagement> @@ -142,43 +140,6 @@ <artifactId>slf4j-api</artifactId> <version>${slf4j.version}</version> </dependency> - - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - <version>3.17.0</version> - </dependency> - <dependency> - <groupId>commons-codec</groupId> - <artifactId>commons-codec</artifactId> - <version>1.17.1</version> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1.1</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> - </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-math3</artifactId> - <version>3.6.1</version> - </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - <version>1.9.4</version> - </dependency> - <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-api</artifactId> @@ -204,14 +165,12 @@ <version>${junit.version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>${junit.version}</version> <scope>test</scope> </dependency> - <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId>
