This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/pekko-persistence-cassandra.git
The following commit(s) were added to refs/heads/main by this push:
new 5512abc unused dependencies (#405)
5512abc is described below
commit 5512abc6a48f9eb426d7d4da22b774815d94b773
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 24 23:27:21 2026 +0100
unused dependencies (#405)
* unused dependencies
* Update build.sbt
---
build.sbt | 1 -
project/Dependencies.scala | 6 +-----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/build.sbt b/build.sbt
index a89777f..76fe5c1 100644
--- a/build.sbt
+++ b/build.sbt
@@ -152,7 +152,6 @@ lazy val docs = project
.settings(
name := "Apache Pekko Persistence Cassandra",
(Compile / paradox) := (Compile / paradox).dependsOn(root /
dumpSchema).value,
- libraryDependencies ++= Dependencies.docsDependencies,
publish / skip := true,
makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
previewPath := (Paradox / siteSubdirName).value,
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 7c6bfb2..36b7337 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -36,8 +36,7 @@ object Dependencies {
"io.netty" % "netty-handler" % nettyVersion,
logback % Test,
"org.scalatest" %% "scalatest" % "3.2.20" % Test,
- "org.pegdown" % "pegdown" % "1.6.0" % Test,
- "org.osgi" % "org.osgi.core" % "6.0.0" % Provided)
+ "org.pegdown" % "pegdown" % "1.6.0" % Test)
val exampleDependencies = Seq(
logback,
@@ -46,7 +45,4 @@ object Dependencies {
val dseTestDependencies = Seq(
"com.datastax.dse" % "dse-java-driver-core" % "2.3.0" % Test,
logback % Test)
-
- val docsDependencies = Seq(
- "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" % Test)
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]