<?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>net.wensel</groupId>
  <artifactId>cascading-hadoop2-common</artifactId>
  <version>4.1.0</version>
  <name>cascading</name>
  <description>An API for data management, analytics, and machine learning on parallel computing clusters.</description>
  <url>http://cascading.wensel.net/</url>
  <inceptionYear>2007</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Chris K Wensel</name>
      <email>chris@wensel.net</email>
      <url>https://chris.wensel.net/</url>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/cwensel/cascading.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.wensel</groupId>
      <artifactId>cascading-core</artifactId>
      <version>4.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>net.wensel</groupId>
      <artifactId>cascading-hadoop2-io</artifactId>
      <version>4.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.13.2</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>net.wensel</groupId>
      <artifactId>cascading-core</artifactId>
      <version>4.1.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>net.wensel</groupId>
      <artifactId>cascading-platform</artifactId>
      <version>4.1.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>net.wensel</groupId>
      <artifactId>cascading-nested-json</artifactId>
      <version>4.1.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>net.wensel</groupId>
      <artifactId>cascading-expression</artifactId>
      <version>4.1.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-minicluster</artifactId>
      <version>2.10.1</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
