add controllers. add integration test for freight controller.
numerous changes to services, including using Jspecify
This commit is contained in:
@@ -18,10 +18,15 @@ dependencies {
|
||||
implementation(libs.spring.boot.starter.hateoas)
|
||||
developmentOnly(libs.spring.boot.devtools)
|
||||
|
||||
// xml
|
||||
implementation(libs.jackson.dataformat.xml)
|
||||
|
||||
// testing
|
||||
testImplementation(platform(libs.junit.bom))
|
||||
testImplementation(libs.junit.jupiter)
|
||||
testRuntimeOnly(libs.junit.platform.launcher)
|
||||
|
||||
implementation(libs.jspecify)
|
||||
}
|
||||
|
||||
tasks.test {
|
||||
|
||||
Reference in New Issue
Block a user