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-project.git
The following commit(s) were added to refs/heads/master by this push:
new ff3ac17671 fix: pom apache-james-backends-redis - mark scalatest as
`test` scope to avoid runtime dependency leakage
ff3ac17671 is described below
commit ff3ac176712e2608d2d3df80eb159cb4b1c196ea
Author: vttran <[email protected]>
AuthorDate: Mon Feb 23 10:41:11 2026 +0700
fix: pom apache-james-backends-redis - mark scalatest as `test` scope to
avoid runtime dependency leakage
---
backends-common/redis/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/backends-common/redis/pom.xml b/backends-common/redis/pom.xml
index ebd13f421b..b4f90fedcc 100644
--- a/backends-common/redis/pom.xml
+++ b/backends-common/redis/pom.xml
@@ -68,6 +68,7 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.base}</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]