<?xml version='1.0' encoding='UTF-8'?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.jetbrains.intellij.deps</groupId>
    <artifactId>exception-analyzer-api</artifactId>
    <packaging>jar</packaging>
    <description>exception-analyzer-api</description>
    <version>1.6.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.opensource.org/licenses/apache2.0.php</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>exception-analyzer-api</name>
    <organization>
        <name>org.jetbrains.intellij.deps</name>
    </organization>
    <dependencies>
        <dependency>
            <groupId>com.google.protobuf</groupId>
            <artifactId>protobuf-java</artifactId>
            <version>3.5.1</version>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.0.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <repositories>
        <repository>
            <id>bintrayjetbrainsintellijthirdpartydependencies</id>
            <name>bintray-jetbrains-intellij-third-party-dependencies</name>
            <url>https://dl.bintray.com/jetbrains/intellij-third-party-dependencies/</url>
            <layout>default</layout>
        </repository>
    </repositories>
</project>