<?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>com.jetbrains.test.integrations</groupId>
  <artifactId>testrail</artifactId>
  <version>0.6.1383</version>
  <name>T-IDE: TestRail integration for Test Assist</name>
  <url>https://www.jetbrains.com/tide</url>
  <inceptionYear>2018</inceptionYear>
  <organization>
    <name>JetBrains</name>
    <url>https://www.jetbrains.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>https://git-hosting.labs.intellij.net/tide.git</connection>
    <developerConnection>ssh://git@git-hosting.labs.intellij.net/tide.git</developerConnection>
    <url>https://git-hosting.labs.intellij.net/~repo/tide</url>
  </scm>
  <issueManagement>
    <system>YouTrack</system>
    <url>https://youtrack.jetbrains.com/issues/TIDE</url>
  </issueManagement>
  <ciManagement>
    <system>TeamCity</system>
    <url>https://buildserver.labs.intellij.net/project.html?projectId=TIDE</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>com.jetbrains.test.integrations</groupId>
      <artifactId>integrations-core</artifactId>
      <version>0.6.1383</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test.integrations.import</groupId>
      <artifactId>integrations-import-core</artifactId>
      <version>0.6.1383</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.4.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-core</artifactId>
      <version>1.0.0-RC</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-jsonSchema</artifactId>
      <version>[2.9.9, 2.10)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>[1.4, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.rubygrapefruit</groupId>
      <artifactId>native-platform</artifactId>
      <version>[0.17, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.intellij.deps</groupId>
      <artifactId>intellij-deps-testrail-api-java-client</artifactId>
      <version>2.0.2-7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>javax.xml.bind</groupId>
      <artifactId>jaxb-api</artifactId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-core</artifactId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.sun.xml.bind</groupId>
      <artifactId>jaxb-impl</artifactId>
      <version>2.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>common</artifactId>
      <version>0.6.1383</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test.design</groupId>
      <artifactId>tsf</artifactId>
      <version>0.6.1383</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>IntelliJLabs</id>
      <url>https://repo.labs.intellij.net/tide</url>
    </repository>
    <repository>
      <id>rd-snapshots-maven</id>
      <url>https://repo.labs.intellij.net/rd-snapshots-maven/</url>
    </repository>
  </repositories>
</project>
