<?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.linkedin.feathr</groupId>
  <artifactId>feathr-impl</artifactId>
  <version>1.0.2-rc1</version>
  <name>Feathr</name>
  <description>An Enterprise-Grade, High Performance Feature Store</description>
  <url>https://github.com/feathr-ai/feathr</url>
  <licenses>
    <license>
      <name>APL2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>feathr_dev</id>
      <name>Feathr Dev</name>
      <email>feathrai@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:linkedin/feathr.git</connection>
    <url>https://github.com/feathr-ai/feathr</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.linkedin.feathr</groupId>
      <artifactId>feathr-compute</artifactId>
      <version>1.0.2-rc1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.linkedin.feathr</groupId>
      <artifactId>feathr-config</artifactId>
      <version>1.0.2-rc1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.linkedin.feathr</groupId>
      <artifactId>feathr-data-models</artifactId>
      <version>1.0.2-rc1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.linkedin.feathr</groupId>
      <artifactId>feathr-data-models</artifactId>
      <version>1.0.2-rc1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.scala-lang</groupId>
      <artifactId>scala-library</artifactId>
      <version>2.12.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-csv</artifactId>
      <version>2.12.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
      <version>2.12.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.module</groupId>
      <artifactId>jackson-module-scala_2.12</artifactId>
      <version>2.12.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.jasonclawson</groupId>
      <artifactId>jackson-dataformat-hocon</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.12.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.redislabs</groupId>
      <artifactId>spark-redis_2.12</artifactId>
      <version>3.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>it.unimi.dsi</groupId>
      <artifactId>fastutil</artifactId>
      <version>8.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-mapreduce-client-core</artifactId>
      <version>2.7.7</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.mvel</groupId>
      <artifactId>mvel2</artifactId>
      <version>2.4.7.Final</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.changvvb</groupId>
      <artifactId>jackson-module-caseclass_2.12</artifactId>
      <version>1.1.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>2.6.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>25.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xbean</groupId>
      <artifactId>xbean-asm6-shaded</artifactId>
      <version>4.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.json</groupId>
      <artifactId>json</artifactId>
      <version>20180130</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr4</artifactId>
      <version>4.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.antlr</groupId>
      <artifactId>antlr4-runtime</artifactId>
      <version>4.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.12.6.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
