Skip to content

Commit

Permalink
ADDED EXCLUDED CASE
Browse files Browse the repository at this point in the history
  • Loading branch information
pawankashyapollion committed Jan 23, 2025
1 parent 12eb996 commit 2db1c02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions it/datadog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<artifactId>it-datadog</artifactId>

<dependencies>
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-it-testcontainers</artifactId>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.apache.beam</groupId>-->
<!-- <artifactId>beam-it-testcontainers</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>org.apache.beam</groupId>
<artifactId>beam-it-truthmatchers</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions it/google-cloud-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
</dependency>
<!-- Beam. Try to minimize Beam dependencies, since this is about testing
pipelines, not writing them. -->
<dependency>
<!-- Needed by DataflowPipelineOptions which extends BigQueryOptions -->
<groupId>org.apache.beam</groupId>
<artifactId>beam-sdks-java-io-google-cloud-platform</artifactId>
</dependency>
<!-- <dependency>-->
<!-- &lt;!&ndash; Needed by DataflowPipelineOptions which extends BigQueryOptions &ndash;&gt;-->
<!-- <groupId>org.apache.beam</groupId>-->
<!-- <artifactId>beam-sdks-java-io-google-cloud-platform</artifactId>-->
<!-- </dependency>-->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-dataflow</artifactId>
Expand Down

0 comments on commit 2db1c02

Please sign in to comment.