Skip to content

Commit

Permalink
Add sts module to lzo Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Jul 15, 2024
1 parent 6eb910d commit 089a60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lazy val lzo = project.in(file("modules/lzo"))
libraryDependencies ++= Dependencies.lzoDependencies,
excludeDependencies ++= Dependencies.hadoopExclusions
)
.dependsOn(main % "compile->compile; test->test")
.dependsOn(main % "compile->compile; test->test; runtime->runtime")
.enablePlugins(JavaAppPackaging, SnowplowDockerPlugin)

shellPrompt := { _ => "s3-loader> " }
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.2.7")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.snowplowanalytics" % "sbt-snowplow-release" % "0.3.1")
addSbtPlugin("com.snowplowanalytics" % "sbt-snowplow-release" % "0.3.2")

0 comments on commit 089a60d

Please sign in to comment.