Sha256: 92ee222c570c9a8a80e24c3c7cc10679b1a32ec8104a5d3694d5a01945e3fb4f

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 KB

Contents

<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/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>com.daumcorp.datatech.hbase.client</groupId>
  <artifactId>hbase-project</artifactId>
  <version>cdh4</version>
  <packaging>jar</packaging>

  <name>hbase-jruby</name>

  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <hadoop.version>2.0.0-cdh4.1.2</hadoop.version>
    <hbase.version>0.92.1-cdh4.1.2</hbase.version>
  </properties>

  <repositories>
    <repository>
      <id>cloudera-releases</id>
      <url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
      <releases>
        <enabled>true</enabled>
      </releases>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-common</artifactId>
      <version>${hadoop.version}</version>
      <scope>compile</scope>
    </dependency>

    <dependency>
      <groupId>org.apache.hbase</groupId>
      <artifactId>hbase</artifactId>
      <version>${hbase.version}</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hbase-jruby-0.1.5-java lib/hbase-jruby/pom/cdh4.1.2.xml
hbase-jruby-0.1.4-java lib/hbase-jruby/pom/cdh4.1.2.xml
hbase-jruby-0.1.3-java lib/hbase-jruby/pom/cdh4.1.2.xml
hbase-jruby-0.1.2-java lib/hbase-jruby/pom/cdh4.1.2.xml
hbase-jruby-0.1.1-java lib/hbase-jruby/pom/cdh4.1.2.xml