<?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">
    <parent>
        <artifactId>quarkus-build-parent</artifactId>
        <groupId>io.quarkus</groupId>
        <version>3.31.4</version>
        <relativePath>../build-parent/pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>quarkus-relocations-parent</artifactId>
    <name>Quarkus - Relocations</name>
    <description>This is the parent of relocated artifacts, that are still released for compatibility reasons.</description>
    <packaging>pom</packaging>

    <modules>
        <module>quarkus-hibernate-search-orm-coordination-outbox-polling</module>
        <module>quarkus-hibernate-search-orm-coordination-outbox-polling-deployment</module>
        <module>quarkus-webjars-locator</module>
        <module>quarkus-webjars-locator-deployment</module>
        <module>quarkus-vertx-http-dev-ui-spi</module>
        <module>quarkus-vertx-http-dev-ui-tests</module>
        <module>quarkus-junit5</module>
        <module>quarkus-junit5-component</module>
        <module>quarkus-junit5-config</module>
        <module>quarkus-junit5-internal</module>
        <module>quarkus-junit5-mockito</module>
        <module>quarkus-junit5-mockito-config</module>
        <module>junit5-virtual-threads</module>
    </modules>

</project>
