Skip to content

Commit 246760c

Browse files
authored
Merge pull request #5 from browserstack/ACE-1568-apache-implementation
Ace 1568 Proxy support changes
2 parents ed90043 + bb6c9eb commit 246760c

File tree

3 files changed

+492
-467
lines changed

3 files changed

+492
-467
lines changed

pom.xml

+5-9
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.browserstack</groupId>
77
<artifactId>automate-client-java</artifactId>
88
<name>automate-client</name>
9-
<version>0.5</version>
9+
<version>0.6</version>
1010
<packaging>jar</packaging>
1111
<description>Java bindings for BrowserStack Automate REST API</description>
1212
<url>https://www.browserstack.com</url>
@@ -111,16 +111,12 @@
111111
</build>
112112

113113
<dependencies>
114+
115+
<!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client-apache-v2 -->
114116
<dependency>
115117
<groupId>com.google.http-client</groupId>
116-
<artifactId>google-http-client</artifactId>
117-
<version>1.21.0</version>
118-
<exclusions>
119-
<exclusion>
120-
<groupId>org.apache.httpcomponents</groupId>
121-
<artifactId>httpclient</artifactId>
122-
</exclusion>
123-
</exclusions>
118+
<artifactId>google-http-client-apache-v2</artifactId>
119+
<version>1.38.0</version>
124120
</dependency>
125121

126122
<dependency>

0 commit comments

Comments
 (0)