<?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</groupId>
  <artifactId>assist.desktop</artifactId>
  <version>0.6.1346</version>
  <name>T-IDE: Test Assist Desktop</name>
  <inceptionYear>2018</inceptionYear>
  <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>org.openjfx</groupId>
      <artifactId>javafx-swing</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-graphics</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-media</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-base</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-controls</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-fxml</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openjfx</groupId>
      <artifactId>javafx-web</artifactId>
      <version>11.0.2</version>
      <classifier>linux</classifier>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.kodein.di</groupId>
      <artifactId>kodein-di-generic-jvm</artifactId>
      <version>6.5.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-javafx</artifactId>
      <version>1.3.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-serialization-runtime</artifactId>
      <version>0.20.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>no.tornado</groupId>
      <artifactId>tornadofx</artifactId>
      <version>1.7.19</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.controlsfx</groupId>
      <artifactId>controlsfx</artifactId>
      <version>11.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>de.jensd</groupId>
      <artifactId>fontawesomefx</artifactId>
      <version>8.9</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.qameta.allure</groupId>
      <artifactId>allure-generator</artifactId>
      <version>2.8.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.vladsch.flexmark</groupId>
      <artifactId>flexmark</artifactId>
      <version>[0.36.8, 0.40.0)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>[16.0, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>[1.2.17, 2.0)</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>[1.7.25, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>[1.7.25, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.bramp.ffmpeg</groupId>
      <artifactId>ffmpeg</artifactId>
      <version>[0.6.2, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ws.schild</groupId>
      <artifactId>jave-native-win32</artifactId>
      <version>[2.4.2, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ws.schild</groupId>
      <artifactId>jave-native-win64</artifactId>
      <version>[2.4.2, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ws.schild</groupId>
      <artifactId>jave-native-linux32</artifactId>
      <version>[2.4.2, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ws.schild</groupId>
      <artifactId>jave-native-linux64</artifactId>
      <version>[2.4.2, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>ws.schild</groupId>
      <artifactId>jave-native-osx64</artifactId>
      <version>[2.4.2, )</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>khttp</groupId>
      <artifactId>khttp</artifactId>
      <version>0.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.rd</groupId>
      <artifactId>rd-framework</artifactId>
      <version>0.202.93</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>tsf</artifactId>
      <version>0.6.1346</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>tide.common</artifactId>
      <version>0.6.1346</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>assist.core</artifactId>
      <version>0.6.1346</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>integrations.import.testrail</artifactId>
      <version>0.6.1346</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>integrations.export.youtrack</artifactId>
      <version>0.6.1346</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>
