Skip to content

Commit

Permalink
chore: fix the region tags in the snippets pom.xml (#1332)
Browse files Browse the repository at this point in the history
* chore: fix the region tags in the snippets pom.xml

* chore: remove file from list of generated files
  • Loading branch information
olavloite authored Sep 6, 2023
1 parent 2c4fea0 commit 4fd7f42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 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>
3 changes: 1 addition & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"renovate.json",
"samples/install-without-bom/pom.xml",
"samples/pom.xml",
"samples/snapshot/pom.xml",
"samples/snippets/pom.xml"
"samples/snapshot/pom.xml"
]
}

0 comments on commit 4fd7f42

Please sign in to comment.