Skip to content

Commit

Permalink
fix: remove DlqProvider which should remain in the beam repo and bump…
Browse files Browse the repository at this point in the history
… beam version (#772)

* fix: remove DlqProvider which should remain in the beam repo and bump beam version

* deps: remove unused

* fix: Add Clirr opt-out file

* fix: leave snippets at 2.29.0
  • Loading branch information
dpcollins-google committed Jul 29, 2021
1 parent 2e10924 commit a540c1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 82 deletions.
10 changes: 10 additions & 0 deletions pubsublite-beam-io/clirr-ignored-differences.xml
Expand Up @@ -2,8 +2,18 @@
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<!-- TODO: Remove on next release -->
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/pubsublite/beam/DlqProvider</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/pubsublite/beam/CloudPubsubChecks</className>
</difference>
<!-- Added abstract method to AutoValue.Builder class (Always okay) -->
<difference>
<differenceType>7013</differenceType>
<className>**/*$Builder</className>
<method>*</method>
</difference>
</differences>
6 changes: 1 addition & 5 deletions pubsublite-beam-io/pom.xml
Expand Up @@ -47,7 +47,7 @@
</dependencies>
</dependencyManagement>
<properties>
<beam.version>2.30.0</beam.version>
<beam.version>2.31.0</beam.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -64,10 +64,6 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-pubsub-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<beam.version>2.30.0</beam.version>
<beam.version>2.31.0</beam.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a540c1d

Please sign in to comment.