<?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.github.kmgowda.sbk</groupId>
  <artifactId>sbk-api</artifactId>
  <version>10.1</version>
  <name>SBK</name>
  <description>Storage Benchmark Kit</description>
  <url>https://github.com/kmgowda/sbk</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>kmgowda</id>
      <name>Keshava Munegowda</name>
      <email>keshava.gowda@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/kmgowda/sbk.git</connection>
    <developerConnection>scm:git:https://github.com/kmgowda/sbk.git</developerConnection>
    <url>https://github.com/kmgowda/sbk/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.17</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>6.0.3</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>5.22.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>4.34.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-netty-shaded</artifactId>
      <version>1.79.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-protobuf</artifactId>
      <version>1.79.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.grpc</groupId>
      <artifactId>grpc-stub</artifactId>
      <version>1.79.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.github.spotbugs</groupId>
      <artifactId>spotbugs-annotations</artifactId>
      <version>4.9.8</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>io.github.kmgowda.sbk</groupId>
      <artifactId>perl</artifactId>
      <version>10.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.10.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-configuration2</artifactId>
      <version>2.13.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.20.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>26.1.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>io.github.kmgowda.sbk</groupId>
          <artifactId>sbktemplate</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
