<?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">
  <!-- 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>dev.elide</groupId>
  <artifactId>elide-graalvm-js</artifactId>
  <version>1.0-v3-alpha3-b7</version>
  <packaging>klib</packaging>
  <name>Elide JavaScript for GraalVM</name>
  <description>Integration package with GraalVM and GraalJS.</description>
  <url>https://elide.dev</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://github.com/elide-dev/elide/blob/v3/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sgammon</id>
      <name>Sam Gammon</name>
      <email>samuel.gammon@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/elide-dev/elide</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.elide</groupId>
      <artifactId>elide-ssr</artifactId>
      <version>1.0-v3-alpha3-b7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.7.0-Beta</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-node</artifactId>
      <version>18.11.18-pre.476</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-emotion</artifactId>
      <version>11.10.5-pre.476</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-history</artifactId>
      <version>5.3.0-pre.476</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-typescript</artifactId>
      <version>4.9.4-pre.476</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-react-router-dom</artifactId>
      <version>6.3.0-pre.476</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin-wrappers</groupId>
      <artifactId>kotlin-remix-run-router</artifactId>
      <version>1.0.3-pre.476</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.elide</groupId>
      <artifactId>elide-ssr</artifactId>
      <version>1.0-v3-alpha3-b7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
