Skip to content

Commit

Permalink
Updating GS-Plugin build for HBase.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnh5y committed May 17, 2016
1 parent 0aff9c9 commit e5e9670
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions geomesa-gs-plugin/geomesa-hbase-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,42 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-annotations</artifactId>
<version>${hadoop.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>${hadoop.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
<version>${hadoop.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-common</artifactId>
<version>${hadoop.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-api</artifactId>
<version>${hadoop.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>${hbase.guava.version}</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<!-- provided dependencies -->
Expand Down
1 change: 1 addition & 0 deletions geomesa-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<modules>
<module>geomesa-accumulo-gs-plugin</module>
<module>geomesa-blobstore-gs-plugin</module>
<module>geomesa-hbase-gs-plugin</module>
<module>geomesa-kafka-gs-plugin</module>
<module>geomesa-kafka-09-gs-plugin</module>
<module>geomesa-stream-gs-plugin</module>
Expand Down

0 comments on commit e5e9670

Please sign in to comment.