<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <parent>
    <artifactId>quarkus-panache-parent</artifactId>
    <groupId>io.quarkus</groupId>
    <version>3.6.6</version>
    <relativePath>../pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>quarkus-hibernate-reactive-panache-kotlin-parent</artifactId>
  <packaging>pom</packaging>
  <name>Quarkus - Hibernate Reactive with Panache and Kotlin - JPA</name>
  <modules>
    <module>deployment</module>
    <module>runtime</module>
  </modules>
</project>
