Files
quarkus/test-framework/pom.xml
2019-11-28 09:20:42 +01:00

30 lines
1.0 KiB
XML

<?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">
<parent>
<artifactId>quarkus-build-parent</artifactId>
<groupId>io.quarkus</groupId>
<version>1.0.1.Final</version>
<relativePath>../build-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>quarkus-test-framework</artifactId>
<name>Quarkus - Test Framework</name>
<packaging>pom</packaging>
<modules>
<module>common</module>
<module>h2</module>
<module>derby</module>
<module>kubernetes-client</module>
<module>junit5-internal</module>
<module>junit5</module>
<module>amazon-lambda</module>
<module>arquillian</module>
<module>maven</module>
<module>vault</module>
</modules>
</project>