File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,9 @@ lazy val api = project
125
125
" org.scala-lang.modules" %% " scala-collection-compat" % " 2.11.0" ,
126
126
" com.novocode" % " junit-interface" % " 0.11" % " test" ,
127
127
" 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,
129
131
)
130
132
)
131
133
@@ -408,6 +410,7 @@ lazy val orchestration = project
408
410
libraryDependencies ++= Seq (
409
411
" org.apache.logging.log4j" %% " log4j-api-scala" % " 13.1.0" ,
410
412
" org.apache.logging.log4j" % " log4j-core" % " 2.20.0" ,
413
+ // "org.slf4j" % "slf4j-api" % slf4jApiVersion,
411
414
" org.scalatest" %% " scalatest" % " 3.2.19" % " test" ,
412
415
),
413
416
)
You can’t perform that action at this time.
0 commit comments