Skip to content

Commit 70a91d5

Browse files
committed
Trim more dependnecies
1 parent 24350fc commit 70a91d5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

google-cloud-bigquery-jdbc/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,6 @@
7373
<groupId>com.google.cloud</groupId>
7474
<artifactId>google-cloud-bigquerystorage</artifactId>
7575
</dependency>
76-
<dependency>
77-
<groupId>org.apache.httpcomponents.core5</groupId>
78-
<artifactId>httpcore5</artifactId>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.apache.httpcomponents.client5</groupId>
82-
<artifactId>httpclient5</artifactId>
83-
</dependency>
8476
<dependency>
8577
<groupId>com.google.http-client</groupId>
8678
<artifactId>google-http-client-apache-v5</artifactId>
@@ -95,6 +87,7 @@
9587
</exclusion>
9688
</exclusions>
9789
</dependency>
90+
<!-- Test Dependencies -->
9891
<dependency>
9992
<groupId>com.google.truth</groupId>
10093
<artifactId>truth</artifactId>

0 commit comments

Comments
 (0)