Skip to content

Commit

Permalink
chore: Remove osgi dependency (#1053)
Browse files Browse the repository at this point in the history
* and pegdown
  • Loading branch information
patriknw committed Sep 22, 2023
1 parent 893c4cf commit 6fe256b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-cluster-tools" % AkkaVersion,
"com.datastax.oss" % "java-driver-core" % CassandraDriverVersion,
Logback % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
"org.pegdown" % "pegdown" % "1.6.0" % Test,
"org.osgi" % "org.osgi.core" % "5.0.0" % Provided) ++ akkaTestDeps.map(_ % AkkaVersion % Test)
"org.scalatest" %% "scalatest" % "3.2.16" % Test) ++ akkaTestDeps.map(_ % AkkaVersion % Test)

val exampleDependencies = Seq(
Logback,
Expand Down

0 comments on commit 6fe256b

Please sign in to comment.