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:
parent
cf4870745c
commit
0a2b061679
1 changed files with 5 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue