You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/hzyi-move-bom-info-up/README.md
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,25 +84,7 @@ Besides adding client libraries, the plugins provide additional functionality, s
84
84
85
85
These client libraries can be used on App Engine standard for Java 8 runtime and App Engine flexible (including the Compat runtime). Most of the libraries do not work on the App Engine standard for Java 7 runtime. However, Datastore, Storage, and Bigquery should work.
86
86
87
-
If you are running into problems with version conflicts, the easiest way to solve the conflicts is to use google-cloud's BOM. In Maven, add the following to your POM:
Note that the BOM is only available starting at version 0.32.0-alpha. For prior versions, refer to [Old Version Combinations](#old-version-combinations) to make sure that your versions are compatible.
87
+
If you are running into problems with version conflicts, see [Version Management](#version-management).
106
88
107
89
Specifying a Project ID
108
90
-----------------------
@@ -298,10 +280,29 @@ a higher priority.
298
280
are more likely to get backwards-incompatible updates. Additionally, it's possible for Alpha
299
281
libraries to get deprecated and deleted before ever being promoted to Beta or GA.
300
282
301
-
Old Version Combinations
283
+
Version Management
302
284
------------------
303
285
304
-
If you are having compatbility problems with google-cloud prior to version 0.32.0-alpha, use the following table as a reference to make sure that your versions are compatible. Definitions:
286
+
The easiest way to solve version conflicts is to use google-cloud's BOM. In Maven, add the following to your POM:
0 commit comments