<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ru.playa.sce</groupId>
  <artifactId>shared-dto-js</artifactId>
  <version>1.0.2</version>
  <scm>
    <developerConnection>scm:https://gl.playa.ru/sce/kotlin-client.git</developerConnection>
    <url>https://gl.playa.ru/sce/kotlin-client.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ru.playa.sce</groupId>
      <artifactId>shared-dto-metadata</artifactId>
      <version>1.0.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-js</artifactId>
      <version>1.3.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-runtime-js</artifactId>
      <version>0.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-common</artifactId>
      <version>1.3.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-runtime-common</artifactId>
      <version>0.10.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
