<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.singlr</groupId>
  <artifactId>helios-runtime</artifactId>
  <version>2.2.1</version>
  <name>helios-runtime</name>
  <description>Helidon SE service wrapper that exposes helios-session sessions over HTTP and SSE</description>
  <url>https://github.com/singlr-ai/helios/helios-runtime</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Singular</name>
      <organization>Singular</organization>
      <organizationUrl>https://singlr.ai</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/singlr-ai/helios.git/helios-runtime</connection>
    <developerConnection>scm:git:ssh://github.com:singlr-ai/helios.git/helios-runtime</developerConnection>
    <url>https://github.com/singlr-ai/helios/helios-runtime</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ai.singlr</groupId>
      <artifactId>helios-session</artifactId>
      <version>2.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ai.singlr</groupId>
      <artifactId>helios-core</artifactId>
      <version>2.2.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.helidon.webserver</groupId>
      <artifactId>helidon-webserver</artifactId>
      <version>4.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.helidon.webserver</groupId>
      <artifactId>helidon-webserver-sse</artifactId>
      <version>4.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>tools.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>3.0.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
