Skip to content

Commit

Permalink
Fix missing dependencies for the logging-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Aug 17, 2023
1 parent c6862ea commit 527bdc1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
16 changes: 15 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
JPRO_SAMPLES_VERSION=0.1.1-SNAPSHOT
JPRO_VERSION=2023.2.2
JAVAFX_VERSION=17.0.8
JPRO_WEB_CORE_VERSION=0.9.8-SNAPSHOT
JPRO_ROUTING_VERSION=0.17.0

ENSEMBLE_GRADLE_PLUGIN_VERSION=0.1.0-SNAPSHOT

JAVA_JWT_VERSION=4.4.0
JWKS_RSA_VERSION=0.22.1
AUTH0_VERSION=2.5.0
JACKSON_DATABIND_VERSION=2.15.2
JAVAFX_VERSION=17.0.8
JAVAFX_PLUGIN_VERSION=0.0.14
COMMONS_TEXT_VERSION=1.10.0
CONTROLSFX_VERSION=11.1.2
CSSFX_VERSION=11.5.1
JFOENIX_VERSION=9.0.10
SLF4J_VERSION=2.0.7
LOGBACK_VERSION=1.4.11
JUNIT_VERSION=5.10.0
JSON_VERSION=20230618
3 changes: 2 additions & 1 deletion logging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ javafx {

dependencies {
implementation("org.slf4j:slf4j-api:$SLF4J_VERSION")
runtimeOnly("ch.qos.logback:logback-classic:$LOGBACK_VERSION")
implementation("org.slf4j:jul-to-slf4j:$SLF4J_VERSION")
implementation("ch.qos.logback:logback-classic:$LOGBACK_VERSION")

testImplementation(platform("org.junit:junit-bom:$JUNIT_VERSION"))
testImplementation("org.junit.jupiter:junit-jupiter")
Expand Down

0 comments on commit 527bdc1

Please sign in to comment.