Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 24350fc

Browse files
committed
Remove inherited dependencies
1 parent 7454453 commit 24350fc

1 file changed

Lines changed: 0 additions & 79 deletions

File tree

google-cloud-bigquery-jdbc/pom.xml

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -73,60 +73,6 @@
7373
<groupId>com.google.cloud</groupId>
7474
<artifactId>google-cloud-bigquerystorage</artifactId>
7575
</dependency>
76-
<dependency>
77-
<groupId>com.google.api</groupId>
78-
<artifactId>api-common</artifactId>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.apache.arrow</groupId>
82-
<artifactId>arrow-vector</artifactId>
83-
</dependency>
84-
<dependency>
85-
<groupId>com.google.guava</groupId>
86-
<artifactId>guava</artifactId>
87-
</dependency>
88-
<dependency>
89-
<groupId>com.google.cloud</groupId>
90-
<artifactId>google-cloud-core</artifactId>
91-
</dependency>
92-
<dependency>
93-
<groupId>com.google.api</groupId>
94-
<artifactId>gax</artifactId>
95-
</dependency>
96-
<dependency>
97-
<groupId>com.google.auth</groupId>
98-
<artifactId>google-auth-library-oauth2-http</artifactId>
99-
</dependency>
100-
<dependency>
101-
<groupId>com.google.auth</groupId>
102-
<artifactId>google-auth-library-credentials</artifactId>
103-
</dependency>
104-
105-
<!-- Dependencies for Arrow RS -->
106-
<dependency>
107-
<groupId>org.apache.arrow</groupId>
108-
<artifactId>arrow-memory-core</artifactId>
109-
</dependency>
110-
<dependency>
111-
<groupId>org.apache.arrow</groupId>
112-
<artifactId>arrow-memory-netty</artifactId>
113-
</dependency>
114-
<dependency>
115-
<groupId>com.google.protobuf</groupId>
116-
<artifactId>protobuf-java</artifactId>
117-
</dependency>
118-
<dependency>
119-
<groupId>com.google.api.grpc</groupId>
120-
<artifactId>proto-google-cloud-bigquerystorage-v1</artifactId>
121-
</dependency>
122-
<dependency>
123-
<groupId>com.google.code.gson</groupId>
124-
<artifactId>gson</artifactId>
125-
</dependency>
126-
<dependency>
127-
<groupId>com.google.code.findbugs</groupId>
128-
<artifactId>jsr305</artifactId>
129-
</dependency>
13076
<dependency>
13177
<groupId>org.apache.httpcomponents.core5</groupId>
13278
<artifactId>httpcore5</artifactId>
@@ -135,10 +81,6 @@
13581
<groupId>org.apache.httpcomponents.client5</groupId>
13682
<artifactId>httpclient5</artifactId>
13783
</dependency>
138-
<dependency>
139-
<groupId>com.google.http-client</groupId>
140-
<artifactId>google-http-client</artifactId>
141-
</dependency>
14284
<dependency>
14385
<groupId>com.google.http-client</groupId>
14486
<artifactId>google-http-client-apache-v5</artifactId>
@@ -153,27 +95,6 @@
15395
</exclusion>
15496
</exclusions>
15597
</dependency>
156-
<dependency>
157-
<groupId>com.google.cloud</groupId>
158-
<artifactId>google-cloud-core-http</artifactId>
159-
</dependency>
160-
<dependency>
161-
<groupId>com.google.api</groupId>
162-
<artifactId>gax-grpc</artifactId>
163-
</dependency>
164-
<dependency>
165-
<groupId>io.grpc</groupId>
166-
<artifactId>grpc-api</artifactId>
167-
</dependency>
168-
<dependency>
169-
<groupId>io.grpc</groupId>
170-
<artifactId>grpc-netty-shaded</artifactId>
171-
</dependency>
172-
<dependency>
173-
<groupId>io.grpc</groupId>
174-
<artifactId>grpc-core</artifactId>
175-
</dependency>
176-
<!-- Test Dependencies -->
17798
<dependency>
17899
<groupId>com.google.truth</groupId>
179100
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)