<?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.mixql</groupId>
    <artifactId>mixql-protobuf_2.13</artifactId>
    <packaging>jar</packaging>
    <description>MixQL messages.</description>
    <url>https://github.com/mixql/mixql-protobuf</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>mixql-protobuf</name>
    <organization>
        <name>MixQL</name>
        <url>https://mixql.org/</url>
    </organization>
    <scm>
        <url>https://github.com/mixql/mixql-protobuf</url>
        <connection>scm:git@github.com:mixql/mixql-protobuf.git</connection>
    </scm>
    <developers>
        <developer>
            <id>LavrVV</id>
            <name>MixQL team</name>
            <url>https://github.com/LavrVV</url>
            <email>lavr3x@rambler.ru</email>
        </developer>
        <developer>
            <id>wiikviz</id>
            <name>Kostya Kviz</name>
            <url>https://github.com/wiikviz</url>
            <email>kviz@outlook.com</email>
        </developer>
        <developer>
            <id>mihan1235</id>
            <name>MixQL team</name>
            <url>https://github.com/mihan1235</url>
            <email>mihan1235@yandex.ru</email>
        </developer>
        <developer>
            <id>ntlegion</id>
            <name>MixQL team</name>
            <url>https://github.com/ntlegion</url>
            <email>ntlegion@outlook.com</email>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.13.8</version>
        </dependency>
        <dependency>
            <groupId>com.thesamet.scalapb</groupId>
            <artifactId>scalapb-runtime_2.13</artifactId>
            <version>0.11.10</version>
        </dependency>
        <dependency>
            <groupId>com.thesamet.scalapb</groupId>
            <artifactId>scalapb-runtime-grpc_2.13</artifactId>
            <version>0.11.10</version>
        </dependency>
        <dependency>
            <groupId>com.thesamet.scalapb.common-protos</groupId>
            <artifactId>proto-google-common-protos-scalapb_0.11_2.13</artifactId>
            <version>2.9.6-0</version>
        </dependency>
        <dependency>
            <groupId>org.scalameta</groupId>
            <artifactId>munit_2.13</artifactId>
            <version>0.7.29</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mixql</groupId>
            <artifactId>mixql-core_2.13</artifactId>
            <version>0.1.0</version>
        </dependency>
    </dependencies>
</project>