This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a9fce5  remove unused dependency (#354)
1a9fce5 is described below

commit 1a9fce598dd27d3f24278820ef7527d91fa4030c
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Oct 24 17:49:01 2025 +0100

    remove unused dependency (#354)
---
 project/Dependencies.scala | 1 -
 1 file changed, 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6bc39b5..b2638a5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -39,6 +39,5 @@ object Dependencies {
   val Migration: Seq[ModuleID] = Seq(
     "com.typesafe" % "config" % "1.4.5",
     "ch.qos.logback" % "logback-classic" % LogbackVersion,
-    "org.testcontainers" % "postgresql" % "1.21.3" % Test,
     "org.scalatest" %% "scalatest" % ScalaTestVersion % Test) ++ 
JdbcDrivers.map(_ % Provided)
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to