or.persistence.officejdbc_postgresql.3.0.0.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of officejdbc_postgresql Show documentation
Show all versions of officejdbc_postgresql Show documentation
OfficeFloor plug-in for PostgreSQL
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>net.officefloor.persistence</groupId> <artifactId>persistence</artifactId> <version>3.0.0</version> </parent> <artifactId>officejdbc_postgresql</artifactId> <name>PostgreSQL Persistence</name> <description>OfficeFloor plug-in for PostgreSQL</description> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>net.officefloor.persistence</groupId> <artifactId>officejdbc</artifactId> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>javax.activation-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>javax.transaction</groupId> <artifactId>javax.transaction-api</artifactId> <scope>provided</scope> </dependency> <dependency> <groupId>com.spotify</groupId> <artifactId>docker-client</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy