Skip to content

Commit 9c58f34

Browse files
committed
sl4j in api for thrift - or it fails downstream
1 parent ce411b4 commit 9c58f34

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ lazy val api = project
125125
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0",
126126
"com.novocode" % "junit-interface" % "0.11" % "test",
127127
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
128-
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "test"
128+
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "test",
129+
// needed by thrift
130+
"org.slf4j" % "slf4j-api" % slf4jApiVersion,
129131
)
130132
)
131133

@@ -408,6 +410,7 @@ lazy val orchestration = project
408410
libraryDependencies ++= Seq(
409411
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.1.0",
410412
"org.apache.logging.log4j" % "log4j-core" % "2.20.0",
413+
// "org.slf4j" % "slf4j-api" % slf4jApiVersion,
411414
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
412415
),
413416
)

0 commit comments

Comments
 (0)