This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 1655e498b Remove transitive dependencies in top-level pom.xml 1655e498b is described below commit 1655e498ba82e9df01af88693a34ff0ab5b411b5 Author: Thomas Wolf <tw...@apache.org> AuthorDate: Tue Jul 22 19:57:13 2025 +0200 Remove transitive dependencies in top-level pom.xml Let's not manage transitive dependencies. Also remove net.sf.jpam; it's unused. --- pom.xml | 46 ++-------------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/pom.xml b/pom.xml index e533b409f..5ec016f7d 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ <groovy.version>4.0.17</groovy.version> <bouncycastle.version>1.81</bouncycastle.version> <!-- NOTE: upgrading slf4j beyond this version causes - + Execution verify-style of goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2:check failed.: NullPointerException --> <slf4j.version>1.7.36</slf4j.version> @@ -111,7 +111,6 @@ <jgit.version>5.13.3.202401111512-r</jgit.version> <!-- mockito 5.0 requires Java 11. --> <mockito.version>4.11.0</mockito.version> - <bytebuddy.version>1.17.5</bytebuddy.version> <testcontainers.version>1.21.3</testcontainers.version> <grpc.version>1.73.0</grpc.version> <!-- Used only in tests --> @@ -135,7 +134,7 @@ <format.formatter.action>validate</format.formatter.action> </properties> </profile> - + <profile> <id>toolchains</id> <activation> @@ -509,23 +508,6 @@ <version>2.27.2</version> </dependency> - <!-- Transitive dependencies by various 3rd party packages --> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.19.0</version> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.2</version> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> @@ -546,30 +528,6 @@ <scope>import</scope> </dependency> - <!-- Referenced indirectly by Bytebuddy --> - <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>3.0.2</version> - </dependency> - - <!-- Used by mockito --> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy</artifactId> - <version>${bytebuddy.version}</version> - </dependency> - <dependency> - <groupId>net.bytebuddy</groupId> - <artifactId>byte-buddy-agent</artifactId> - <version>${bytebuddy.version}</version> - </dependency> - - <dependency> - <groupId>net.sf.jpam</groupId> - <artifactId>jpam</artifactId> - <version>1.1</version> - </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId>