<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>io.quarkus</groupId>
        <artifactId>quarkus-test-framework</artifactId>
        <version>3.15.1</version>
    </parent>

    <artifactId>quarkus-junit5-properties</artifactId>
    <name>Quarkus - Test Framework - JUnit 5 - Properties</name>
    <description>
        Contains junit-platform.properties in a "user-excludable" way
        until https://github.com/junit-team/junit5/issues/2794 is available.
    </description>

    <!-- The dependency order is a bit unexpected:
         This artifact does *not* depend on quarkus-junit5 to have this artifact on the classpath by default. -->

</project>
