Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples: allow only one pair of region tags #532

Merged
merged 4 commits into from
Feb 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use _EXCLUDE instead of 2 pairs of region tags
  • Loading branch information
anguillanneuf authored Feb 24, 2021
commit 9ff78819b301c1539c962912be42b5795f4eea93
6 changes: 4 additions & 2 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pubsub</artifactId>
</dependency>
<!-- [END pubsub_install_with_bom] -->


<!-- [START_EXCLUDE pubsub_install_with_bom] -->
anguillanneuf marked this conversation as resolved.
Show resolved Hide resolved
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
Expand Down Expand Up @@ -87,5 +87,7 @@
<version>1.1.2</version>
<scope>test</scope>
</dependency>
<!-- [END_EXCLUDE pubsub_install_with_bom] -->
anguillanneuf marked this conversation as resolved.
Show resolved Hide resolved
</dependencies>
<!-- [END pubsub_install_with_bom] -->
</project>