Skip to content

Commit

Permalink
Add H2 dependency to task subproject (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Jul 4, 2023
1 parent 8e7cb42 commit 4053fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions task/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ dependencies {
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'
}

runtimeOnly 'com.h2database:h2'

testImplementation project(':test-common')
testImplementation 'io.micrometer:micrometer-test'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 4053fc7

Please sign in to comment.