Skip to content

Commit

Permalink
SHIBUI-2334: Scheduler continually tries to overwrite unchanged metad…
Browse files Browse the repository at this point in the history
…ata (commit 2)

- shedlock-provider-jdbc-template needs compile instead of implementation for Selenium tests to work
  • Loading branch information
credman committed Mar 1, 2023
1 parent 407cdd3 commit 630caad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ dependencies {
implementation "org.apache.logging.log4j:log4j-api:${project.'log4JVersion'}"

implementation "net.javacrumbs.shedlock:shedlock-spring:${project.'shedlockVersion'}"
implementation "net.javacrumbs.shedlock:shedlock-provider-jdbc-template:${project.'shedlockVersion'}"
compile "net.javacrumbs.shedlock:shedlock-provider-jdbc-template:${project.'shedlockVersion'}"

// TODO: figure out what this should really be
runtimeOnly "org.springframework.boot:spring-boot-starter-tomcat:${project.'springbootVersion'}"
Expand Down

0 comments on commit 630caad

Please sign in to comment.