Skip to content

Commit 3bb3773

Browse files
authored
exclude annotations, move dependencyManagement from google fetcher
1 parent 3bd239c commit 3bb3773

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tika-parent/pom.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,16 @@
639639
<groupId>com.google.guava</groupId>
640640
<artifactId>guava</artifactId>
641641
<version>${guava.version}</version>
642+
<exclusions>
643+
<exclusion>
644+
<groupId>com.google.errorprone</groupId>
645+
<artifactId>error_prone_annotations</artifactId>
646+
</exclusion>
647+
<exclusion>
648+
<groupId>com.google.j2objc</groupId>
649+
<artifactId>j2objc-annotations</artifactId>
650+
</exclusion>
651+
</exclusions>
642652
</dependency>
643653
<dependency>
644654
<groupId>com.googlecode.json-simple</groupId>
@@ -1048,6 +1058,26 @@
10481058
<artifactId>jspecify</artifactId>
10491059
<version>1.0.0</version>
10501060
</dependency>
1061+
<dependency>
1062+
<groupId>com.google.http-client</groupId>
1063+
<artifactId>google-http-client</artifactId>
1064+
<version>1.45.2</version>
1065+
</dependency>
1066+
<dependency>
1067+
<groupId>com.google.http-client</groupId>
1068+
<artifactId>google-http-client-gson</artifactId>
1069+
<version>1.45.2</version>
1070+
</dependency>
1071+
<dependency>
1072+
<groupId>io.grpc</groupId>
1073+
<artifactId>grpc-context</artifactId>
1074+
<version>1.68.2</version>
1075+
</dependency>
1076+
<dependency>
1077+
<groupId>com.google.auth</groupId>
1078+
<artifactId>google-auth-library-credentials</artifactId>
1079+
<version>1.30.0</version>
1080+
</dependency>
10511081
</dependencies>
10521082
</dependencyManagement>
10531083

0 commit comments

Comments
 (0)