RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem

This commit is contained in:
Kilian Schuettler 2024-11-11 16:49:16 +01:00
parent b52d3928ef
commit d6c4619340

View File

@ -11,7 +11,7 @@ group = "com.knecon.fforesight"
dependencies {
implementation("com.iqser.red.service:persistence-service-internal-api-v1:${persistenceServiceVersion}")
implementation("com.google.protobuf:protobuf-java-util:4.28.3")
api("com.google.protobuf:protobuf-java-util:4.28.3")
}
publishing {