<?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>io.delta</groupId>
    <artifactId>delta-kernel-api</artifactId>
    <packaging>jar</packaging>
    <description>delta-kernel-api</description>
    <version>3.2.1</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>delta-kernel-api</name>
    <organization>
        <name>io.delta</name>
    </organization>
    <url>https://delta.io/</url>
    <scm>
        <url>git@github.com:delta-io/delta.git</url>
        <connection>scm:git:git@github.com:delta-io/delta.git</connection>
    </scm>
    <developers>
        <developer>
            <id>marmbrus</id>
            <name>Michael Armbrust</name>
            <url>https://github.com/marmbrus</url>
        </developer>
        <developer>
            <id>brkyvz</id>
            <name>Burak Yavuz</name>
            <url>https://github.com/brkyvz</url>
        </developer>
        <developer>
            <id>jose-torres</id>
            <name>Jose Torres</name>
            <url>https://github.com/jose-torres</url>
        </developer>
        <developer>
            <id>liwensun</id>
            <name>Liwen Sun</name>
            <url>https://github.com/liwensun</url>
        </developer>
        <developer>
            <id>mukulmurthy</id>
            <name>Mukul Murthy</name>
            <url>https://github.com/mukulmurthy</url>
        </developer>
        <developer>
            <id>tdas</id>
            <name>Tathagata Das</name>
            <url>https://github.com/tdas</url>
        </developer>
        <developer>
            <id>zsxwing</id>
            <name>Shixiong Zhu</name>
            <url>https://github.com/zsxwing</url>
        </developer>
        <developer>
            <id>scottsand-db</id>
            <name>Scott Sandre</name>
            <url>https://github.com/scottsand-db</url>
        </developer>
        <developer>
            <id>windpiger</id>
            <name>Jun Song</name>
            <url>https://github.com/windpiger</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.roaringbitmap</groupId>
            <artifactId>RoaringBitmap</artifactId>
            <version>0.9.25</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.36</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.13.5</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.15</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.13.2</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.7.36</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>