<?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-sharing-client_2.12</artifactId>
    <packaging>jar</packaging>
    <description>delta-sharing-client</description>
    <version>1.0.5</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-sharing-client</name>
    <organization>
        <name>io.delta</name>
    </organization>
    <url>https://github.com/delta-io/delta-sharing</url>
    <scm>
        <url>git@github.com:delta-io/delta-sharing.git</url>
        <connection>scm:git:git@github.com:delta-io/delta-sharing.git</connection>
    </scm>
    <developers>
        <developer>
            <id>marmbrus</id>
            <name>Michael Armbrust</name>
            <url>https://github.com/marmbrus</url>
        </developer>
        <developer>
            <id>jose-torres</id>
            <name>Jose Torres</name>
            <url>https://github.com/jose-torres</url>
        </developer>
        <developer>
            <id>ueshin</id>
            <name>Takuya UESHIN</name>
            <url>https://github.com/ueshin</url>
        </developer>
        <developer>
            <id>mateiz</id>
            <name>Matei Zaharia</name>
            <url>https://github.com/mateiz</url>
        </developer>
        <developer>
            <id>zsxwing</id>
            <name>Shixiong Zhu</name>
            <url>https://github.com/zsxwing</url>
        </developer>
        <developer>
            <id>linzhou-db</id>
            <name>Lin Zhou</name>
            <url>https://github.com/linzhou-db</url>
        </developer>
        <developer>
            <id>chakankardb</id>
            <name>Abhijit Chakankar</name>
            <url>https://github.com/chakankardb</url>
        </developer>
        <developer>
            <id>charlenelyu-db</id>
            <name>Charlene Lyu</name>
            <url>https://github.com/charlenelyu-db</url>
        </developer>
        <developer>
            <id>zhuansunxt</id>
            <name>Xiaotong Sun</name>
            <url>https://github.com/zhuansunxt</url>
        </developer>
        <developer>
            <id>wchau</id>
            <name>William Chau</name>
            <url>https://github.com/wchau</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.12.10</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.13</version>
        </dependency>
        <dependency>
            <groupId>org.apache.spark</groupId>
            <artifactId>spark-sql_2.12</artifactId>
            <version>3.3.2</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.spark</groupId>
            <artifactId>spark-sql_2.12</artifactId>
            <version>3.3.2</version>
            <scope>test</scope>
            <classifier>tests</classifier>
        </dependency>
        <dependency>
            <groupId>org.apache.spark</groupId>
            <artifactId>spark-catalyst_2.12</artifactId>
            <version>3.3.2</version>
            <scope>test</scope>
            <classifier>tests</classifier>
        </dependency>
        <dependency>
            <groupId>org.apache.spark</groupId>
            <artifactId>spark-core_2.12</artifactId>
            <version>3.3.2</version>
            <scope>test</scope>
            <classifier>tests</classifier>
        </dependency>
        <dependency>
            <groupId>org.scalatest</groupId>
            <artifactId>scalatest_2.12</artifactId>
            <version>3.2.3</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>