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'