Skip to content

Commit

Permalink
Merge pull request #112 from lucidsoftware/add-quartz-jobs
Browse files Browse the repository at this point in the history
Add dependency on quartz-jobs to fix classnotfound on FileScanListener
  • Loading branch information
tmccombs authored Jul 24, 2024
2 parents 0267607 + 197b92c commit d8d7e50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ libraryDependencies ++= Seq(
"org.ow2.asm" % "asm" % "8.0.1",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"org.quartz-scheduler" % "quartz" % "2.3.2",
"org.quartz-scheduler" % "quartz-jobs" % "2.3.2",
"com.softwaremill.macwire" %% "macros" % "2.3.3" % "provided",
specs2 % Test
)
Expand Down
1 change: 1 addition & 0 deletions worker/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ run / connectInput := true
libraryDependencies ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.0.7" % Provided,
"org.quartz-scheduler" % "quartz" % "2.3.2",
"org.quartz-scheduler" % "quartz-jobs" % "2.3.2",
"org.slf4j" % "slf4j-api" % "1.7.25",
"org.specs2" %% "specs2-core" % "4.5.1" % Test,
"mysql" % "mysql-connector-java" % "8.0.32",
Expand Down

0 comments on commit d8d7e50

Please sign in to comment.