Skip to content

Commit 41b513e

Browse files
authored
Merge pull request #37871 from Abacn/fix-maven-archtype
Fix maven archetype dependency for io-components
2 parents 4aff88e + 6517969 commit 41b513e

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

2 files changed

+12
-0
lines changed

sdks/java/maven-archetypes/examples/src/main/resources/archetype-resources/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,12 @@
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>

sdks/java/maven-archetypes/gcp-bom-examples/src/main/resources/archetype-resources/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,12 @@
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>

0 commit comments

Comments
 (0)