build: remove H2 database from test dependencies
Some checks failed
Quality Check / Gradle Check (pull_request) Failing after 1m11s
Some checks failed
Quality Check / Gradle Check (pull_request) Failing after 1m11s
This commit is contained in:
parent
0691e708e8
commit
f655f2089e
@ -35,7 +35,6 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.3.4")
|
||||
runtimeOnly("org.postgresql:postgresql")
|
||||
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
|
||||
testImplementation("com.h2database:h2")
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
|
Loading…
Reference in New Issue
Block a user