<?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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.pravega</groupId>
  <artifactId>pravega-keycloak-client</artifactId>
  <version>0.12.0</version>
  <name>Pravega Keycloak Adapter (Client)</name>
  <description>Keycloak-based Auth Handler for Pravega</description>
  <url>https://pravega.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>
      <name>Christophe Balczunas</name>
    </developer>
    <developer>
      <id>rsharda</id>
      <name>Ravi Sharda</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/pravega/pravega-keycloak.git</connection>
    <developerConnection>scm:git:https://github.com/pravega/pravega-keycloak.git</developerConnection>
    <url>https://github.com/pravega/pravega-keycloak/</url>
  </scm>
</project>
