|
1 | | -Google Cloud Bill of Materials |
2 | | -============================== |
| 1 | +# Google Cloud Bill of Materials |
3 | 2 |
|
4 | | -The `google-cloud-bom` module is basically a pom that can be used to import consistent versions of google-cloud-java |
5 | | -components plus its dependencies. |
6 | | - |
7 | | -To use it in Maven, add the following to your POM: |
8 | | - |
9 | | -[//]: # ({x-version-update-start:google-cloud-bom:released}) |
10 | | -```xml |
11 | | - <dependencyManagement> |
12 | | - <dependencies> |
13 | | - <dependency> |
14 | | - <groupId>com.google.cloud</groupId> |
15 | | - <artifactId>google-cloud-bom</artifactId> |
16 | | - <version>0.119.0-alpha</version> |
17 | | - <type>pom</type> |
18 | | - <scope>import</scope> |
19 | | - </dependency> |
20 | | - </dependencies> |
21 | | - </dependencyManagement> |
22 | | -``` |
23 | | -[//]: # ({x-version-update-end}) |
24 | | - |
25 | | -Contributing |
26 | | ------------- |
27 | | - |
28 | | -Contributions to this library are always welcome and highly encouraged. |
29 | | - |
30 | | -See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started. |
31 | | - |
32 | | -Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information. |
33 | | - |
34 | | -License |
35 | | -------- |
36 | | - |
37 | | -Apache 2.0 - See [LICENSE] for more information. |
38 | | - |
39 | | - |
40 | | -[CONTRIBUTING]:https://github.com/googleapis/google-cloud-java/blob/master/CONTRIBUTING.md |
41 | | -[code-of-conduct]:https://github.com/googleapis/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct |
42 | | -[LICENSE]: https://github.com/googleapis/google-cloud-java/blob/master/LICENSE |
43 | | -[TESTING]: https://github.com/googleapis/google-cloud-java/blob/master/TESTING.md |
44 | | -[cloud-platform]: https://cloud.google.com/ |
| 3 | +The BOM configuration has moved to https://github.com/googleapis/java-cloud-bom |
0 commit comments