File tree Expand file tree Collapse file tree 2 files changed +17
-12
lines changed
Expand file tree Collapse file tree 2 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 3939 </plugins >
4040 </pluginManagement >
4141 </build >
42- <dependencyManagement >
43- <dependencies >
44- <dependency >
45- <groupId >com.google.cloud</groupId >
46- <artifactId >libraries-bom</artifactId >
47- <version >26.63.0</version >
48- <type >pom</type >
49- <scope >import</scope >
50- </dependency >
51- </dependencies >
52- </dependencyManagement >
5342 <dependencies >
5443 <dependency >
5544 <groupId >com.google.cloud</groupId >
122111 <scope >test</scope >
123112 </dependency >
124113 </dependencies >
125- </project >
114+ </project >
Original file line number Diff line number Diff line change 6666
6767 <dependencyManagement >
6868 <dependencies >
69+ <dependency >
70+ <groupId >com.google.cloud</groupId >
71+ <artifactId >libraries-bom</artifactId >
72+ <version >26.63.0</version >
73+ <type >pom</type >
74+ <scope >import</scope >
75+ </dependency >
6976 <dependency >
7077 <groupId >junit</groupId >
7178 <artifactId >junit</artifactId >
267274 <artifactId >google-cloud-bigquery</artifactId >
268275 <version >2.34.2</version >
269276 </additionalDependency >
277+ <additionalDependency >
278+ <groupId >com.google.cloud</groupId >
279+ <artifactId >google-cloud-spanner</artifactId >
280+ </additionalDependency >
270281 </additionalDependencies >
282+ <links >
283+ <link >https://cloud.google.com/java/docs/reference/google-cloud-spanner/latest/overview</link >
284+ <link >https://cloud.google.com/java/docs/reference/gax/latest/overview</link >
285+ <link >https://cloud.google.com/java/docs/reference/google-cloud-core/latest/overview</link >
286+ </links >
271287 </configuration >
272288 <executions >
273289 <execution >
You can’t perform that action at this time.
0 commit comments