We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9abe47 commit 3a07c80Copy full SHA for 3a07c80
build.gradle
@@ -210,6 +210,7 @@ project(':embedded-database-spring-test-core') {
210
runtime 'io.zonky.test.postgres:embedded-postgres-binaries-windows-amd64:10.4.0'
211
runtime 'io.zonky.test.postgres:embedded-postgres-binaries-darwin-amd64:10.4.0'
212
runtime 'io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64:10.4.0'
213
+ runtime 'io.zonky.test.postgres:embedded-postgres-binaries-linux-amd64-alpine:10.4.0'
214
215
compile 'org.springframework:spring-context:4.3.10.RELEASE'
216
compile 'org.springframework:spring-test:4.3.10.RELEASE'
0 commit comments