File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,12 +220,12 @@ should be made to minimize necessary dependencies without sacrificing the idioma
220
220
<version >SPECIFY_LATEST_VERSION</version >
221
221
</parent >
222
222
```
223
- Some frameworks ( such as Spring) require the ` parent ` atom to be used, if this applies to you,
223
+ Some frameworks such as Spring require the ` parent ` atom to be used. If this applies to you,
224
224
contact the maintainers for guidance.
225
225
226
226
When adding a dependency to a GCP client library, the
227
227
[ libraries-bom] ( https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM )
228
- should ideally be used instead of explicitly declaring the client version. See the below example:
228
+ should be used instead of explicitly declaring the client version. See the below example:
229
229
``` xml
230
230
<dependencyManagement >
231
231
<dependencies >
You can’t perform that action at this time.
0 commit comments