<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>br.com.tacthub</groupId>
  <artifactId>idp-manager-kafka-client</artifactId>
  <version>2.0.0</version>
  <name>TactHub IDP Manager Kafka Client</name>
  <description>Framework-neutral Java contract and Kafka publisher for TactHub group membership events</description>
  <url>https://tacthub.com</url>
  <licenses>
    <license>
      <name>TactHub License</name>
      <url>https://tacthub.com</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>TactHub Engineering</name>
      <organization>TactHub</organization>
      <organizationUrl>https://tacthub.com</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/if-sb/tacthub-idp-manager.git</connection>
    <developerConnection>scm:git:https://github.com/if-sb/tacthub-idp-manager.git</developerConnection>
    <url>https://github.com/if-sb/tacthub-idp-manager</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.kafka</groupId>
      <artifactId>kafka-clients</artifactId>
      <version>3.9.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.19.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jsr310</artifactId>
      <version>2.19.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
