Skip to content

Commit

Permalink
Remove H2 database dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
leingenm committed Nov 3, 2024
1 parent 2d24cbc commit 63c10c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
// Test
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.security:spring-security-test")
runtimeOnly("com.h2database:h2")
}

tasks.withType<Test> {
Expand Down

0 comments on commit 63c10c2

Please sign in to comment.