We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dd46f commit 86b6688Copy full SHA for 86b6688
spanner/spring-data/pom.xml
@@ -35,6 +35,7 @@ limitations under the License.
35
<artifactId>spring-data</artifactId>
36
<name>Spring Data Spanner Code Sample</name>
37
38
+ <!-- [START spring_data_spanner_pom_sample] -->
39
<dependencyManagement>
40
<dependencies>
41
<dependency>
@@ -53,6 +54,7 @@ limitations under the License.
53
54
<artifactId>spring-cloud-gcp-starter-data-spanner</artifactId>
55
</dependency>
56
</dependencies>
57
+ <!-- [END spring_data_spanner_pom_sample] -->
58
59
<build>
60
<plugins>
0 commit comments