<?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>org.apache.pulsar</groupId>
  <artifactId>pulsar-client-reactive-producer-cache-caffeine-shaded</artifactId>
  <version>0.6.0</version>
  <name>pulsar-client-reactive-producer-cache-caffeine-shaded</name>
  <description>Caffeine (shaded) implementation of producer cache</description>
  <url>https://github.com/apache/pulsar-client-reactive</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lhotari</id>
      <name>Lari Hotari</name>
      <email>lhotari@apache.org</email>
    </developer>
    <developer>
      <id>cbornet</id>
      <name>Christophe Bornet</name>
      <email>cbornet@apache.org</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/apache/pulsar-client-reactive.git</connection>
    <developerConnection>scm:git:https://github.com/apache/pulsar-client-reactive.git</developerConnection>
    <url>https://github.com/apache/pulsar-client-reactive</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.pulsar</groupId>
      <artifactId>pulsar-client-reactive-adapter</artifactId>
      <version>0.6.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
