Skip to content

Commit b784591

Browse files
authored
Fix typo java-dependencies.md (#35251)
1 parent e6f0eac commit b784591

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/www/site/content/en/documentation/sdks/java-dependencies.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ Apache Beam provides two BOMs:
110110
111111
- `beam-sdks-java-bom`: manages Apache Beam dependencies, which allows
112112
you to specify the version only one time
113-
- `beam-sdks-java-io-google-cloud-platform-bom`: manages Apache Beam, Google Cloud,
113+
- `beam-sdks-java-google-cloud-platform-bom`: manages Apache Beam, Google Cloud,
114114
and third-party dependencies
115115
116116
Because errors are more likely to occur when you use third-party dependencies,
117-
the `beam-sdks-java-io-google-cloud-platform-bom` BOM is recommended.
117+
the `beam-sdks-java-google-cloud-platform-bom` BOM is recommended.
118118
119119
### Import the BOM
120120
121121
To use a BOM, import the BOM into your Maven or Gradle
122122
dependency configuration. For example, to
123-
use `beam-sdks-java-io-google-cloud-platform-bom`,
123+
use `beam-sdks-java-google-cloud-platform-bom`,
124124
make the following changes in the `pom.xml` file of your SDK artifact.
125125
In the following examples, replace _BEAM_VERSION_ with the appropriate
126126
Apache Beam SDK version.
@@ -183,4 +183,4 @@ mvn help:effective-pom -f ~/.m2/repository/org/apache/beam/beam-sdks-java-google
183183

184184
## Resources
185185

186-
- [Beam SDKs Java Google Cloud Platform BOM](https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-google-cloud-platform-bom/) in the Maven repository.
186+
- [Beam SDKs Java Google Cloud Platform BOM](https://mvnrepository.com/artifact/org.apache.beam/beam-sdks-java-google-cloud-platform-bom/) in the Maven repository.

0 commit comments

Comments
 (0)