Skip to content

Commit ec794c3

Browse files
elharosuztomo
andauthored
docs: remove table (#1309)
* docs: remove table @suztomo I removed a section that is obsolete and not actionable. No one needs to know which now very old version first appeared in a BOM. * Update DECLARING_DEPENDENCIES.md * fix Co-authored-by: Tomo Suzuki <suztomo@google.com>
1 parent b9d0156 commit ec794c3

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

DECLARING_DEPENDENCIES.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can add `requireUpperBoundDeps` to your build like this:
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-enforcer-plugin</artifactId>
46-
<version>3.0.0-M2</version>
46+
<version>3.0.0-M3</version>
4747
<executions>
4848
<execution>
4949
<id>enforce</id>
@@ -151,27 +151,7 @@ process to follow for each library that has BOM support:
151151
you see multiple versions of the library's artifacts
152152

153153
Note that there will not necessarily be a BOM available at the version
154-
you need. See the BOM reference section below for the first
155-
available version of each BOM.
156-
157-
## BOM reference
158-
159-
None of the GCP open source Java libraries were initially released
160-
with BOMs - they were added later to provide better consistency for
161-
users. The following table shows the first version that each library
162-
published a BOM for, and the BOM artifact name.
163-
164-
| library | BOM artifact | First available version |
165-
| --- | --- | --- |
166-
| guava | com.google.guava:guava-bom | 27.1-jre/27.1-android (08-Mar-2019) |
167-
| protobuf | com.google.protobuf:protobuf-bom | 3.7.0 (06-Mar-2019) |
168-
| grpc-java | io.grpc:grpc-bom | 1.19.0 (27-Feb-2019) |
169-
| gax-java | com.google.api:gax-bom | 1.34.0 (19-Oct-2018) |
170-
| google-http-java-client | com.google.http-client:google-http-client-bom | 1.27.0 (09-Nov-2018) |
171-
| google-oauth-java-client | com.google.oauth-client:google-oauth-client-bom | 1.27.0 (10-Nov-2018) |
172-
| google-api-java-client | com.google.api-client:google-api-client-bom | 1.27.0 (12-Nov-2018) |
173-
| google-cloud-java | com.google.cloud:google-cloud-bom | 0.32.0-alpha (11-Dec-2017) |
174-
| beam | org.apache.beam:beam-sdks-java-bom | 2.10.0 (06-Feb-2019) |
154+
you need.
175155

176156
## Intrinsic conflicts
177157

0 commit comments

Comments
 (0)