2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 07:27:12 -07:00

Reverted dependencies back to the explicit version

This commit is contained in:
Geert Bevin 2023-03-05 09:12:58 -05:00
parent cf4870745c
commit 0a2b061679

View file

@ -37,11 +37,12 @@ rife2 {
}
dependencies {
runtimeOnly(libs.bundles.jetty)
runtimeOnly(libs.slf4j.simple)
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.13")
runtimeOnly("org.eclipse.jetty:jetty-servlet:11.0.13")
runtimeOnly("org.slf4j:slf4j-simple:2.0.5")
testImplementation(libs.jsoup)
testImplementation(libs.junit.jupiter)
testImplementation("org.jsoup:jsoup:1.15.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
}
tasks {