We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24350fc commit 70a91d5Copy full SHA for 70a91d5
google-cloud-bigquery-jdbc/pom.xml
@@ -73,14 +73,6 @@
73
<groupId>com.google.cloud</groupId>
74
<artifactId>google-cloud-bigquerystorage</artifactId>
75
</dependency>
76
- <dependency>
77
- <groupId>org.apache.httpcomponents.core5</groupId>
78
- <artifactId>httpcore5</artifactId>
79
- </dependency>
80
81
- <groupId>org.apache.httpcomponents.client5</groupId>
82
- <artifactId>httpclient5</artifactId>
83
84
<dependency>
85
<groupId>com.google.http-client</groupId>
86
<artifactId>google-http-client-apache-v5</artifactId>
@@ -95,6 +87,7 @@
95
87
</exclusion>
96
88
</exclusions>
97
89
90
+ <!-- Test Dependencies -->
98
91
99
92
<groupId>com.google.truth</groupId>
100
93
<artifactId>truth</artifactId>
0 commit comments