<?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>io.quarkiverse.langchain4j</groupId>
        <artifactId>quarkus-langchain4j-parent</artifactId>
        <version>1.0.1</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>

    <artifactId>quarkus-langchain4j-websockets-next-parent</artifactId>
    <name>Quarkus LangChain4j - WebSockets Next - Parent</name>
    <packaging>pom</packaging>

    <properties>
        <!-- Quarkus LangChain4j Websockets Next works with 3.9.0 or higher -->
        <quarkus.version>3.20.0</quarkus.version>
    </properties>

    <modules>
        <module>deployment</module>
        <module>runtime</module>
        <module>tests</module>
    </modules>
</project>
