embedded-postgres-binaries-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-bom</artifactId>
<version>18.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-bom</artifactId>
<version>18.1.0</version>
<packaging>pom</packaging>
<name>embedded-postgres-binaries-bom</name>
<description>Bill of Materials</description>
<url>https://github.com/zonkyio/embedded-postgres-binaries</url>
<scm>
<connection>scm:git:git://github.com/zonkyio/embedded-postgres-binaries.git</connection>
<developerConnection>scm:git:ssh://github.com:zonkyio/embedded-postgres-binaries.git</developerConnection>
<url>https://github.com/zonkyio/embedded-postgres-binaries/tree/master</url>
</scm>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Tomas Vanek</name>
<email>tomix26@gmail.com</email>
</developer>
<developer>
<name>Zonky Developers</name>
<email>developers@zonky.cz</email>
</developer>
</developers>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-darwin-amd64</artifactId>
<version>18.1.0</version>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-amd64</artifactId>
<version>18.1.0</version>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-amd64-alpine</artifactId>
<version>18.1.0</version>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-windows-amd64</artifactId>
<version>18.1.0</version>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-i386</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-i386-alpine</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-darwin-arm64v8</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-arm32v6-alpine</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-arm32v7</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-arm64v8</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-arm64v8-alpine</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-ppc64le</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-linux-ppc64le-alpine</artifactId>
<version>18.1.0</version>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>
</project>