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

commit e59dd00abf5ddbdacd554e81fae6720386b44bcf
Author: Thomas Wolf <tw...@apache.org>
AuthorDate: Wed Jan 22 20:35:08 2025 +0100

    GH-654: sshd-contrib: use test scope for assertj dependency
---
 sshd-contrib/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index 8d47543e4..fe6cb2313 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -99,6 +99,7 @@
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
             <version>3.26.3</version>
+            <scope>test</scope>
         </dependency>
     </dependencies>
 

Reply via email to