Revert "fix(backend): Change h2 to implementation dependency for testing in pipeline"

This reverts commit d2feaf27e0.
This commit is contained in:
2025-11-16 09:18:58 +01:00
parent d2feaf27e0
commit e1b4bbe759

View File

@@ -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'