Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
samples: use exclude tag for install_with_bom snippet (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jun 11, 2020
1 parent 05b5efa commit a26dab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion samples/snippets/pom.xml
Expand Up @@ -42,8 +42,8 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
</dependency>
<!-- [END secretmanager_install_with_bom] -->

<!-- [START_EXCLUDE] -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -56,5 +56,7 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!-- [END_EXCLUDE] -->
</dependencies>
<!-- [END secretmanager_install_with_bom] -->
</project>

0 comments on commit a26dab8

Please sign in to comment.