<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.acryl</groupId>
  <artifactId>datahub-auth-api</artifactId>
  <version>0.10.4-2rc1</version>
  <name>DataHub Auth API</name>
  <description>DataHub Auth API for developers to write custom Authentication &amp; Authorization plugins for DataHub</description>
  <url>https://datahubproject.io</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>datahub</id>
      <name>Datahub</name>
      <email>datahub@acryl.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/datahub-project/datahub.git</connection>
    <developerConnection>scm:git:ssh://github.com:datahub-project/datahub.git</developerConnection>
    <url>https://github.com/datahub-project/datahub.git</url>
  </scm>
  <dependencies/>
</project>
