Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from athakor/dataproc-6668
Browse files Browse the repository at this point in the history
Reference libraries-bom in docs
  • Loading branch information
elharo committed Nov 11, 2019
2 parents 1cfcc7f + a34fc99 commit 6c8bef4
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Expand Up @@ -15,9 +15,27 @@ Java idiomatic client for [Google Cloud Dataproc][cloud-dataproc].
Quickstart
----------
If you are using Maven with a BOM, add this to your pom.xml file.
```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>2.8.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dataproc</artifactId>
</dependency>
```
[//]: # ({x-version-update-start:google-cloud-dataproc:released})
Add this to your pom.xml file
If you are using Maven without a BOM, add this to your dependencies.
```xml
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down

0 comments on commit 6c8bef4

Please sign in to comment.