Skip to content

Commit

Permalink
chore: fix the region tags in the snippets pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Aug 29, 2023
1 parent 9b5ab37 commit c448dc3
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!--
The parent pom defines common style checks and testing strategies for our samples.
Removing or replacing it should not affect the execution of the samples in anyway.
Removing or replacing it should not affect the execution of the samples in any way.
-->
<parent>
<groupId>com.google.cloud.samples</groupId>
Expand Down Expand Up @@ -42,19 +42,6 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
</dependency>
<!-- [END spanner-jdbc_install_with_bom] -->

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<version>1.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
<!-- [END spanner-jdbc_install_with_bom] -->
</project>

0 comments on commit c448dc3

Please sign in to comment.