Skip to content

Commit

Permalink
Updating pom.xml for BigTable
Browse files Browse the repository at this point in the history
  • Loading branch information
himoacs committed Apr 3, 2024
1 parent 471bb71 commit bf7d857
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions solace-apache-beam-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,19 @@
<artifactId>beam-sdks-java-io-solace</artifactId>
<version>${solace-beam.version}</version>
</dependency>

<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>2.12.0</version>
</dependency>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigtable</artifactId>
<version>2.37.0</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -146,7 +159,7 @@
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-direct-java</artifactId>
<scope>runtime</scope>
<scope>import</scope>
</dependency>
</dependencies>
</profile>
Expand All @@ -158,7 +171,7 @@
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-runners-google-cloud-dataflow-java</artifactId>
<scope>runtime</scope>
<scope>import</scope>
</dependency>
</dependencies>
</profile>
Expand Down

0 comments on commit bf7d857

Please sign in to comment.