<?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>com.complexible.stardog</groupId>
  <artifactId>client-http</artifactId>
  <version>11.2.2</version>
  <packaging>pom</packaging>
  <name>Stardog</name>
  <description>Stardog is the leading enterprise graph database: search, query, reasoning, and constraints in a lightweight, pure Java system.</description>
  <url>http://stardog.com</url>
  <licenses>
    <license>
      <name>Closed Source</name>
      <url>http://docs.stardog.com</url>
      <comments>The license governing the use of this library is in the `docs` directory of the distribution. Questions can be directed to sales@stardog.com</comments>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.complexible.stardog.protocols.http</groupId>
      <artifactId>stardog-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.complexible.stardog.icv.http</groupId>
      <artifactId>stardog-icv-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.complexible.stardog.reasoning.http</groupId>
      <artifactId>stardog-reasoning-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.complexible.stardog.search.http</groupId>
      <artifactId>stardog-search-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.complexible.stardog.bites.http</groupId>
      <artifactId>stardog-bites-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.complexible.stardog.virtual.http</groupId>
      <artifactId>stardog-virtual-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.complexible.stardog.graphql.http</groupId>
      <artifactId>stardog-graphql-protocols-http-client</artifactId>
      <version>11.2.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>*</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
