File tree 1 file changed +17
-2
lines changed
1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,25 @@ limitations under the License.
34
34
<maven .compiler.source>1.8</maven .compiler.source>
35
35
</properties >
36
36
37
+ <!-- [START language_java_dependencies] -->
38
+ <!-- Using libraries-bom to manage versions.
39
+ See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
40
+ <dependencyManagement >
41
+ <dependencies >
42
+ <dependency >
43
+ <groupId >com.google.cloud</groupId >
44
+ <artifactId >libraries-bom</artifactId >
45
+ <version >3.0.0</version >
46
+ <type >pom</type >
47
+ <scope >import</scope >
48
+ </dependency >
49
+ </dependencies >
50
+ </dependencyManagement >
51
+
37
52
<dependencies >
38
- <!-- [START language_java_dependencies] -->
39
53
<dependency >
40
54
<groupId >com.google.cloud</groupId >
41
55
<artifactId >google-cloud-language</artifactId >
42
- <version >1.83.0</version >
43
56
</dependency >
44
57
<!-- [END language_java_dependencies] -->
45
58
<dependency >
@@ -59,7 +72,9 @@ limitations under the License.
59
72
<artifactId >truth</artifactId >
60
73
<version >1.0</version >
61
74
</dependency >
75
+ <!-- [START language_java_dependencies] -->
62
76
</dependencies >
77
+ <!-- [END language_java_dependencies] -->
63
78
<build >
64
79
<plugins >
65
80
<plugin >
You can’t perform that action at this time.
0 commit comments