File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 3636 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3737 </properties >
3838
39+ <!-- [START bigquery_java_dependencies] -->
40+ <!-- Using libraries-bom to manage versions.
41+ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
42+ <dependencyManagement >
43+ <dependencies >
44+ <dependency >
45+ <groupId >com.google.cloud</groupId >
46+ <artifactId >libraries-bom</artifactId >
47+ <version >3.0.0</version >
48+ <type >pom</type >
49+ <scope >import</scope >
50+ </dependency >
51+ </dependencies >
52+ </dependencyManagement >
53+
3954 <dependencies >
40- <!-- [START bigquery_java_dependencies] -->
4155 <dependency >
4256 <groupId >com.google.cloud</groupId >
4357 <artifactId >google-cloud-bigquery</artifactId >
44- <version >1.102.0</version >
4558 </dependency >
4659 <!-- [END bigquery_java_dependencies] -->
4760 <dependency >
You can’t perform that action at this time.
0 commit comments