<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.strumenta.kolasu</groupId>
  <artifactId>kolasu-lionweb</artifactId>
  <version>1.5.20</version>
  <name>kolasu-lionweb</name>
  <description>Integration of Kolasu with LIonWeb</description>
  <url>https://github.com/Strumenta/kolasu</url>
  <licenses>
    <license>
      <name>Apache Licenve V2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ftomassetti</id>
      <name>Federico Tomassetti</name>
      <email>federico@strumenta.com</email>
    </developer>
    <developer>
      <id>alessiostalla</id>
      <name>Alessio Stalla</name>
      <email>alessio.stalla@strumenta.com</email>
    </developer>
    <developer>
      <id>lorenzoaddazi</id>
      <name>Lorenzo Addazi</name>
      <email>lorenzo.addazi@strumenta.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Strumenta/kolasu.git</connection>
    <developerConnection>scm:git:git@github.com:Strumenta/kolasu.git</developerConnection>
    <url>https://github.com/Strumenta/kolasu.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.lionweb.lioncore-java</groupId>
      <artifactId>lioncore-java-core</artifactId>
      <version>0.0.18</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.strumenta.kolasu</groupId>
      <artifactId>kolasu-core</artifactId>
      <version>1.5.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.8.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.8.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-test</artifactId>
      <version>1.8.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ajalt.clikt</groupId>
      <artifactId>clikt-jvm</artifactId>
      <version>3.5.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
