Skip to content

Commit 4fd7f42

Browse files
authored
chore: fix the region tags in the snippets pom.xml (#1332)
* chore: fix the region tags in the snippets pom.xml * chore: remove file from list of generated files
1 parent 2c4fea0 commit 4fd7f42

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

samples/snippets/pom.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!--
1111
The parent pom defines common style checks and testing strategies for our samples.
12-
Removing or replacing it should not affect the execution of the samples in anyway.
12+
Removing or replacing it should not affect the execution of the samples in any way.
1313
-->
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
@@ -42,19 +42,6 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-spanner-jdbc</artifactId>
4444
</dependency>
45-
<!-- [END spanner-jdbc_install_with_bom] -->
46-
47-
<dependency>
48-
<groupId>junit</groupId>
49-
<artifactId>junit</artifactId>
50-
<version>4.13.2</version>
51-
<scope>test</scope>
52-
</dependency>
53-
<dependency>
54-
<groupId>com.google.truth</groupId>
55-
<artifactId>truth</artifactId>
56-
<version>1.1.5</version>
57-
<scope>test</scope>
58-
</dependency>
5945
</dependencies>
46+
<!-- [END spanner-jdbc_install_with_bom] -->
6047
</project>

synth.metadata

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"renovate.json",
8686
"samples/install-without-bom/pom.xml",
8787
"samples/pom.xml",
88-
"samples/snapshot/pom.xml",
89-
"samples/snippets/pom.xml"
88+
"samples/snapshot/pom.xml"
9089
]
9190
}

0 commit comments

Comments
 (0)