preparing item service for use in document service

This commit is contained in:
2025-07-13 10:47:08 +02:00
parent 1a7002b0da
commit ea888c2be4
11 changed files with 117 additions and 3 deletions

8
items/build.gradle.kts Normal file
View File

@@ -0,0 +1,8 @@
description = "Umbrella : Items"
dependencies{
implementation(project(":core"))
implementation("de.srsoftware:configuration.api:1.0.2")
implementation("de.srsoftware:tools.jdbc:1.3.2")
implementation("de.srsoftware:tools.util:2.0.3")
}