<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.confluent</groupId>
  <artifactId>confluent-audit</artifactId>
  <version>7.4.14-ce</version>
  <name>Confluent Server</name>
  <url>https://docs.confluent.io/platform/current/get-started/platform.html</url>
  <licenses>
    <license>
      <name>Confluent License Agreement</name>
      <url>https://www.confluent.io/legal/confluent-license-agreement/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.apache.kafka</groupId>
      <artifactId>kafka-clients</artifactId>
      <version>7.4.14-ce</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>authorizer</artifactId>
      <version>7.4.14-ce</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>confluent-resource-names</artifactId>
      <version>7.4.14-ce</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>auth-providers</artifactId>
      <version>7.4.14-ce</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>broker-plugins</artifactId>
      <version>7.4.14-ce</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>bcpkix-jdk18on</artifactId>
          <groupId>org.bouncycastle</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.confluent</groupId>
      <artifactId>telemetry-events</artifactId>
      <version>7.4.14-ce</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.confluent.cloud</groupId>
      <artifactId>events-schema</artifactId>
      <version>0.117.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>3.25.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java-util</artifactId>
      <version>3.25.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
