Skip to content

Commit cfd513a

Browse files
melaniedejongkurtisvg
authored andcommitted
Add region tags for IAM dependency (GoogleCloudPlatform#1990)
The client library dependency in the IAM docs is currently hard-coded [1], so it won't stay up-to-date. Adding these region tags will let us insert the dependency as a GitHub include, so it will stay up-to-date automatically. [1] https://cloud.google.com/iam/docs/quickstart-client-libraries#client-libraries-install-java
1 parent ada84ec commit cfd513a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

iam/api-client/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@
3636
</properties>
3737

3838
<dependencies>
39+
<!-- [START iam_java_dependency] -->
3940
<dependency>
4041
<groupId>com.google.apis</groupId>
4142
<artifactId>google-api-services-iam</artifactId>
4243
<version>v1-rev20191115-1.30.3</version>
4344
</dependency>
45+
<!-- [END iam_java_dependency] -->
4446
<dependency>
4547
<groupId>com.google.apis</groupId>
4648
<artifactId>google-api-services-cloudresourcemanager</artifactId>

0 commit comments

Comments
 (0)