Skip to content

Commit

Permalink
Merge pull request #11 from datadrivencz/fix-bigtable-write-from-ingest
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
je-ik committed Dec 13, 2017
2 parents d4f7618 + 8eac302 commit 41561e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion hbase/hbase-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
<configuration>
<artifactSet>
<excludes>
<!-- exclude proxima and core dependencies -->
<exclude>cz.o2.proxima:platform-core</exclude>
</excludes>
</artifactSet>
Expand Down Expand Up @@ -87,6 +86,12 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-client-core</artifactId>
<version>1.0.0</version>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<properties>
<kafka.version>0.11.0.1</kafka.version>
<proto.version>3.0.2</proto.version>
<proto.version>3.5.0</proto.version>
<grpc.version>1.7.0</grpc.version>
<euphoria.version>0.7.0</euphoria.version>
<license-maven-plugin.version>3.0</license-maven-plugin.version>
Expand Down

0 comments on commit 41561e1

Please sign in to comment.