Skip to content

Commit 3c0dab1

Browse files
authored
add errorprone back in (#2224)
1 parent 8ba4e8a commit 3c0dab1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tika-grpc/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
<artifactId>tika-core</artifactId>
162162
<version>${project.version}</version>
163163
</dependency>
164+
<dependency>
165+
<groupId>com.google.errorprone</groupId>
166+
<artifactId>error_prone_annotations</artifactId>
167+
</dependency>
164168
<dependency>
165169
<groupId>com.google.guava</groupId>
166170
<artifactId>guava</artifactId>

0 commit comments

Comments
 (0)