Skip to content

Commit f5e9dbe

Browse files
authored
move dependencyManagement to parent, remove guava exclusion
1 parent 3bb3773 commit f5e9dbe

File tree

1 file changed

+0
-40
lines changed
  • tika-pipes/tika-fetchers/tika-fetcher-google

1 file changed

+0
-40
lines changed

tika-pipes/tika-fetchers/tika-fetcher-google/pom.xml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,6 @@
3535
<google.api.client.version>2.7.0</google.api.client.version>
3636
</properties>
3737

38-
<dependencyManagement>
39-
<dependencies>
40-
<dependency>
41-
<groupId>com.google.http-client</groupId>
42-
<artifactId>google-http-client</artifactId>
43-
<version>1.45.2</version>
44-
</dependency>
45-
<dependency>
46-
<groupId>com.google.http-client</groupId>
47-
<artifactId>google-http-client-gson</artifactId>
48-
<version>1.45.2</version>
49-
</dependency>
50-
<dependency>
51-
<groupId>io.grpc</groupId>
52-
<artifactId>grpc-context</artifactId>
53-
<version>1.68.2</version>
54-
</dependency>
55-
<dependency>
56-
<groupId>com.google.auth</groupId>
57-
<artifactId>google-auth-library-credentials</artifactId>
58-
<version>1.30.0</version>
59-
</dependency>
60-
</dependencies>
61-
</dependencyManagement>
62-
6338
<dependencies>
6439
<!-- Apache Tika Core -->
6540
<dependency>
@@ -103,21 +78,6 @@
10378
<artifactId>google-api-services-drive</artifactId>
10479
<version>v3-rev20241027-2.0.0</version>
10580
</dependency>
106-
107-
<dependency>
108-
<groupId>com.google.guava</groupId>
109-
<artifactId>guava</artifactId>
110-
<exclusions>
111-
<exclusion>
112-
<groupId>com.google.errorprone</groupId>
113-
<artifactId>error_prone_annotations</artifactId>
114-
</exclusion>
115-
<exclusion>
116-
<groupId>com.google.j2objc</groupId>
117-
<artifactId>j2objc-annotations</artifactId>
118-
</exclusion>
119-
</exclusions>
120-
</dependency>
12181

12282
<!-- Logging -->
12383
<dependency>

0 commit comments

Comments
 (0)