File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
sdks/java/maven-archetypes
examples/src/main/resources/archetype-resources
gcp-bom-examples/src/main/resources/archetype-resources Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 331331 <version >${beam.version} </version >
332332 </dependency >
333333
334+ <!-- Adds a dependency on the Beam IO utilities. -->
335+ <dependency >
336+ <groupId >org.apache.beam</groupId >
337+ <artifactId >beam-sdks-java-io-components</artifactId >
338+ </dependency >
339+
334340 <!-- Adds a dependency on the Beam Google Cloud Platform IO module. -->
335341 <dependency >
336342 <groupId >org.apache.beam</groupId >
Original file line number Diff line number Diff line change 319319 <artifactId >beam-sdks-java-core</artifactId >
320320 </dependency >
321321
322+ <!-- Adds a dependency on the Beam IO utilities. -->
323+ <dependency >
324+ <groupId >org.apache.beam</groupId >
325+ <artifactId >beam-sdks-java-io-components</artifactId >
326+ </dependency >
327+
322328 <!-- Adds a dependency on the Beam Google Cloud Platform IO module. -->
323329 <dependency >
324330 <groupId >org.apache.beam</groupId >
You can’t perform that action at this time.
0 commit comments