<?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 https://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.github.housepower</groupId>
  <artifactId>clickhouse-spark-runtime-3.2_2.13</artifactId>
  <version>0.5.0</version>
  <name>Spark ClickHouse Connector</name>
  <description>Spark ClickHouse Connector build on DataSourceV2 API and gRPC protocol.</description>
  <url>https://github.com/housepower/spark-clickhouse-connector</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>pan3793</id>
      <name>Cheng Pan</name>
      <email>chengpan@apache.org</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/housepower/spark-clickhouse-connector.git</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/housepower/spark-clickhouse-connector/issues</url>
  </issueManagement>
  <dependencies/>
</project>
