zyratlo commented on code in PR #5258:
URL: https://github.com/apache/texera/pull/5258#discussion_r3431357079
##########
build.sbt:
##########
@@ -169,6 +169,16 @@ lazy val WorkflowExecutionService = (project in
file("amber"))
)
.configs(Test)
.dependsOn(DAO % "test->test", Auth % "test->test") // test scope dependency
+lazy val NotebookMigrationService = (project in
file("notebook-migration-service"))
+ .dependsOn(Auth, Config, DAO)
+ .settings(asfLicensingSettings)
+ .settings(
+ dependencyOverrides ++= Seq(
+ // override it as io.dropwizard 4 require 2.16.1 or higher
+ "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.17.0"
Review Comment:
Fixed to use `%jacksonVersion` in 6f69e91
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]