From e1b4bbe75907b2488f99e1231ace68ea365f2800 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Sun, 16 Nov 2025 09:18:58 +0100 Subject: [PATCH] Revert "fix(backend): Change h2 to implementation dependency for testing in pipeline" This reverts commit d2feaf27e096eda87f5a1253764de5365273415a. --- legalconsenthub-backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legalconsenthub-backend/build.gradle b/legalconsenthub-backend/build.gradle index 1099c1b..8417be4 100644 --- a/legalconsenthub-backend/build.gradle +++ b/legalconsenthub-backend/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation "com.openhtmltopdf:openhtmltopdf-java2d:$openHtmlVersion" implementation "com.openhtmltopdf:openhtmltopdf-slf4j:$openHtmlVersion" implementation "com.openhtmltopdf:openhtmltopdf-svg-support:$openHtmlVersion" - implementation 'com.h2database:h2' + runtimeOnly 'com.h2database:h2' implementation 'org.postgresql:postgresql' implementation 'org.springframework.boot:spring-boot-testcontainers' implementation 'org.testcontainers:postgresql'