eppol-bis-billing-3-generator-domain.v0.5-billing-3.0.17.source-code.pom.xml Maven / Gradle / Ivy
<?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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>no.digipost</groupId> <artifactId>peppol-bis-billing-3-generator-parent</artifactId> <version>v0.5-billing-3.0.17</version> </parent> <artifactId>peppol-bis-billing-3-generator-domain</artifactId> <description>Peppol BIS Billing 3 generator Domain</description> <dependencies> <dependency> <groupId>org.eaxy</groupId> <artifactId>eaxy</artifactId> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hamcrest</groupId> <artifactId>hamcrest</artifactId> </dependency> </dependencies> </project>