<?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.mx.path-facilities</groupId>
  <artifactId>store-redis</artifactId>
  <version>1.5.2</version>
  <name>store-redis</name>
  <description>MX Path Facilities</description>
  <url>https://github.com/mxenabled/path-facilities</url>
  <licenses>
    <license>
      <name>Proprietary</name>
      <url>https://github.com/mxenabled/path-facilities/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>MX</name>
      <email>path@mx.com</email>
      <url>http://www.mx.com</url>
      <organization>MX Technologies Inc.</organization>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:mxenabled/path-facilities.git</connection>
    <url>https://github.com/mxenabled/path-facilities/tree/master</url>
  </scm>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-api</artifactId>
        <version>1.7.30</version>
      </dependency>
      <dependency>
        <groupId>com.mx.path-core</groupId>
        <artifactId>platform</artifactId>
        <version>[1.7,2.0)</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.mx.path-core</groupId>
      <artifactId>common</artifactId>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.lettuce</groupId>
      <artifactId>lettuce-core</artifactId>
      <version>6.2.0.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty-handler</artifactId>
      <version>[4.1.86.Final,4.2)</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
