scaffolding wiki module

This commit is contained in:
2025-09-08 23:06:41 +02:00
parent e8e215f24c
commit 45b236cb58
9 changed files with 83 additions and 1 deletions
+2
View File
@@ -28,6 +28,8 @@ dependencies{
implementation(project(":translations"))
implementation(project(":user"))
implementation(project(":web"))
implementation(project(":wiki"))
implementation("de.srsoftware:configuration.json:1.0.3")
implementation("de.srsoftware:tools.slf4j2syslog:1.0.1") // this provides a slf4j implementation that forwards to System.Logger
}