Skip to content

Commit

Permalink
samples: allow only one pair of region tags (#532)
Browse files Browse the repository at this point in the history
* samples: allow only one pair of region tags

* use _EXCLUDE instead of 2 pairs of region tags

* Update samples/snippets/pom.xml

Co-authored-by: Jeff Ching <chingor@google.com>

* Update samples/snippets/pom.xml

Co-authored-by: Jeff Ching <chingor@google.com>

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
anguillanneuf and chingor13 committed Feb 25, 2021
1 parent 325fed0 commit 6f172ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/snippets/pom.xml
Expand Up @@ -57,8 +57,8 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
</dependency>
<!-- [END pubsub_install_with_bom] -->


<!-- [START_EXCLUDE] -->
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<version>1.1.2</version>
<scope>test</scope>
</dependency>
<!-- [START pubsub_install_with_bom] -->
<!-- [END_EXCLUDE] -->
</dependencies>
<!-- [END pubsub_install_with_bom] -->
</project>

0 comments on commit 6f172ae

Please sign in to comment.