Skip to content

Commit 0428648

Browse files
authored
---
yaml --- r: 8369 b: refs/heads/snehashah-snippets c: 10bc8bb h: refs/heads/master i: 8367: da3e5b3
1 parent 7b82eee commit 0428648

2 files changed

Lines changed: 1 addition & 35 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5656
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5757
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5858
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
59-
refs/heads/snehashah-snippets: be007879cd0b08d687544a2d73e4d7a111800abb
59+
refs/heads/snehashah-snippets: 10bc8bbfdd78ce68c476bf78c4467529643d355c
6060
refs/tags/v0.20.2: 5a53aa06f268b74dc192204f4f83e1a04d40f65d
6161
refs/tags/v0.20.3: 269025fdc14af0b68df214a4518be5379b2fe569
6262
refs/tags/v0.21.0: f88b200e00e41ba6262ee88a92abba38b1e2417e

branches/snehashah-snippets/README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -63,40 +63,6 @@ libraryDependencies += "com.google.cloud" % "google-cloud" % "0.22.0-alpha"
6363

6464
For running on Google App Engine, see [more instructions here](./APPENGINE.md).
6565

66-
Resolving dependency conflicts
67-
----------
68-
Optionally, if you encounter dependency conflicts, you may specify google-cloud-pom as a ["bill of materials"](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies) to ensure that internal dependencies of google-cloud and your project are in sync.
69-
70-
If you are using Maven, add this to your pom.xml file
71-
```xml
72-
<dependencyManagement>
73-
<dependencies>
74-
<dependency>
75-
<groupId>com.google.cloud</groupId>
76-
<artifactId>google-cloud-pom</artifactId>
77-
<version>0.22.0-alpha</version>
78-
<type>pom</type>
79-
<scope>import</scope>
80-
</dependency>
81-
</dependencies>
82-
</dependencyManagement>
83-
```
84-
If you are using Gradle, add the following plugin at the beginning of your build.gradle file
85-
86-
```Groovy
87-
plugins {
88-
id "io.spring.dependency-management" version "1.0.3.RELEASE"
89-
}
90-
```
91-
Then add the following in your build.gradle file
92-
```Groovy
93-
dependencyManagement {
94-
imports {
95-
mavenBom 'com.google.cloud:google-cloud-pom:0.22.0-alpha'
96-
}
97-
}
98-
```
99-
10066
Specifying a Project ID
10167
-----------------------
10268

0 commit comments

Comments
 (0)