<?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>tsf.processing</artifactId>
  <version>0.6.1338</version>
  <name>T-IDE: Test Specification Framework</name>
  <description>Provides Kotlin builder DSL to develop manual and automated tests to be performed by T-Assist (T-IDE)</description>
  <url>http://www.jetbrains.com/tide</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.3.72</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>tide.common</artifactId>
      <version>0.6.1338</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jetbrains.test</groupId>
      <artifactId>tsf</artifactId>
      <version>0.6.1338</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
