File tree 3 files changed +492
-467
lines changed
src/main/java/com/browserstack/client
3 files changed +492
-467
lines changed Original file line number Diff line number Diff line change 6
6
<groupId >com.browserstack</groupId >
7
7
<artifactId >automate-client-java</artifactId >
8
8
<name >automate-client</name >
9
- <version >0.5 </version >
9
+ <version >0.6 </version >
10
10
<packaging >jar</packaging >
11
11
<description >Java bindings for BrowserStack Automate REST API</description >
12
12
<url >https://www.browserstack.com</url >
111
111
</build >
112
112
113
113
<dependencies >
114
+
115
+ <!-- https://mvnrepository.com/artifact/com.google.http-client/google-http-client-apache-v2 -->
114
116
<dependency >
115
117
<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 >
124
120
</dependency >
125
121
126
122
<dependency >
You can’t perform that action at this time.
0 commit comments