Skip to content

Commit 04ffdf0

Browse files
dzlier-gcpkurtisvg
authored andcommitted
Add section_id 'dependencies' around pubsub dependencies (GoogleCloudPlatform#926)
1 parent fcf959d commit 04ffdf0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pubsub/cloud-client/pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
</properties>
3535

3636
<dependencies>
37+
<!-- [START dependencies] -->
3738
<dependency>
3839
<groupId>com.google.cloud</groupId>
3940
<artifactId>google-cloud-pubsub</artifactId>
4041
<version>0.30.0-beta</version>
4142
</dependency>
43+
<!-- [END dependencies] -->
4244

4345
<!-- Test dependencies -->
4446
<dependency>

0 commit comments

Comments
 (0)