From d6c4619340b93a7f51c749fed4f0f8b79be89e29 Mon Sep 17 00:00:00 2001 From: Kilian Schuettler Date: Mon, 11 Nov 2024 16:49:16 +0100 Subject: [PATCH] RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem --- redaction-service-v1/document/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redaction-service-v1/document/build.gradle.kts b/redaction-service-v1/document/build.gradle.kts index 1dd36a37..fbb30619 100644 --- a/redaction-service-v1/document/build.gradle.kts +++ b/redaction-service-v1/document/build.gradle.kts @@ -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 {