Skip to content

Commit e8220b4

Browse files
committed
make everything work by using error_prone_annotations
1 parent 58be575 commit e8220b4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

google-cloud-pubsub/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
<artifactId>grpc-auth</artifactId>
5454
<version>${grpc.version}</version>
5555
</dependency>
56+
<dependency>
57+
<groupId>com.google.guava</groupId>
58+
<artifactId>guava</artifactId>
59+
<version>20.0</version>
60+
</dependency>
61+
<dependency>
62+
<groupId>com.google.errorprone</groupId>
63+
<artifactId>error_prone_annotations</artifactId>
64+
<version>2.0.15</version>
65+
</dependency>
5666
<dependency>
5767
<groupId>joda-time</groupId>
5868
<artifactId>joda-time</artifactId>

0 commit comments

Comments
 (0)