<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>com.moz.fiji.mapreduce</groupId>
  <artifactId>cdh5-mrbridge</artifactId>
  <version>0.1.21</version>
  <packaging>jar</packaging>

  <properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
    <maven.compiler.testSource>1.8</maven.compiler.testSource>
    <maven.compiler.testTarget>1.8</maven.compiler.testTarget>
    <maven.artifact.path.in.repo>${maven.repo.local}/com/moz/fiji/mapreduce/cdh5-mrbridge/0.1.21</maven.artifact.path.in.repo>
  </properties>

  <name>Fiji</name>
  <description>Fiji allows the imposition of schema and much else upon HBase.</description>
  <url>https://github.com/seomoz/fiji</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>sistawendy</id>
      <name>Maura Hubbell</name>
      <email>maura@moz.com</email>
    </developer>
    <developer>
      <id>phs</id>
      <name>Phil Smith</name>
      <email>phil.h.smith@gmail.com</email>
    </developer>
    <developer>
      <id>b4hand</id>
      <name>Brandon Forehand</name>
      <email>brandon@moz.com</email>
    </developer>
    <developer>
      <id>Pyrinoc</id>
      <name>Don Conley</name>
      <email>don@moz.com</email>
    </developer>
    <developer>
      <id>dlecocq</id>
      <name>Dan Lecocq</name>
      <email>dan@moz.com</email>
    </developer>
  </developers>

  <scm>
    <connection>scm:git:git@github.com:seomoz/fiji.git</connection>
    <developerConnection>scm:git:git@github.com:seomoz/fiji.git</developerConnection>
    <url>git@github.com:seomoz/fiji.git</url>
  </scm>

  <repositories>
    <repository>
      <id>central</id>
      <name>Maven Central</name>
      <url>http://repo1.maven.org/maven2/</url>
    </repository>
    <repository>
      <id>cloudera-repo</id>
      <name>Cloudera CDH</name>
      <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url>
    </repository>
  </repositories>

  <distributionManagement>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
  </distributionManagement>


  <!-- Unresolved dependency list: -->
  <!-- dep: com.moz.fiji.annotations:annotations:0.1.21 -->
  <!-- dep: com.moz.fiji.delegation:fiji-delegation:0.1.21 -->
  <!-- dep: com.moz.fiji.mapreduce:platform-api:0.1.21 -->


  <!-- Resolved dependency list: -->
  <dependencies>
    <dependency> <groupId>com.moz.fiji.annotations</groupId>                  <artifactId>annotations</artifactId>                         <type>jar</type>               <version>0.1.21</version>                <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
    <dependency> <groupId>com.moz.fiji.delegation</groupId>                   <artifactId>fiji-delegation</artifactId>                     <type>jar</type>               <version>0.1.21</version>                <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
    <dependency> <groupId>com.moz.fiji.mapreduce</groupId>                    <artifactId>platform-api</artifactId>                        <type>jar</type>               <version>0.1.21</version>                <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
    <dependency> <groupId>org.slf4j</groupId>                                 <artifactId>slf4j-api</artifactId>                           <type>jar</type>               <version>1.7.5</version>                 <scope>compile</scope> <exclusions> <exclusion><groupId>*</groupId><artifactId>*</artifactId></exclusion> </exclusions></dependency>
  </dependencies>

</project>
