|
4 | 4 | <groupId>com.marklogic</groupId>
|
5 | 5 | <artifactId>java-client-api</artifactId>
|
6 | 6 | <packaging>jar</packaging>
|
7 |
| - <version>3.0.7</version> |
| 7 | + <version>3.0.8</version> |
8 | 8 | <name>MarkLogic Java Client API</name>
|
9 | 9 | <description>The official MarkLogic Java client API.</description>
|
10 | 10 | <url>https://github.com/marklogic/java-client-api</url>
|
|
46 | 46 | <url>file://${project.build.directory}/mvn-repo</url>
|
47 | 47 | </repository>
|
48 | 48 | </distributionManagement>
|
| 49 | + <repositories> |
| 50 | + <repository> |
| 51 | + <id>jcenter</id> |
| 52 | + <url>http://jcenter.bintray.com </url> |
| 53 | + </repository> |
| 54 | + </repositories> |
49 | 55 | <build>
|
50 | 56 | <plugins>
|
51 | 57 | <plugin>
|
|
217 | 223 | </plugins>
|
218 | 224 | </build>
|
219 | 225 | <dependencies>
|
220 |
| - <!-- direct build / run dependencies --> |
221 |
| - <!-- |
222 |
| - <dependency> |
223 |
| - <groupId>com.sun.jersey</groupId> |
224 |
| - <artifactId>jersey-client</artifactId> |
225 |
| - <version>1.17</version> |
226 |
| - </dependency> |
227 |
| - <dependency> |
228 |
| - <groupId>com.sun.jersey.contribs</groupId> |
229 |
| - <artifactId>jersey-apache-client4</artifactId> |
230 |
| - <version>1.17</version> |
231 |
| - </dependency> |
232 |
| - <dependency> |
233 |
| - <groupId>com.sun.jersey.contribs</groupId> |
234 |
| - <artifactId>jersey-multipart</artifactId> |
235 |
| - <version>1.17</version> |
236 |
| - </dependency> |
237 |
| - <dependency> |
238 |
| - <groupId>org.glassfish.jersey.media</groupId> |
239 |
| - <artifactId>jersey-media-multipart</artifactId> |
240 |
| - <version>2.12</version> |
241 |
| - </dependency> |
242 |
| - --> |
243 |
| - <dependency> |
244 |
| - <groupId>com.sun.jersey</groupId> |
245 |
| - <artifactId>jersey-client</artifactId> |
246 |
| - <version>1.17</version> |
247 |
| - </dependency> |
248 |
| - <dependency> |
249 |
| - <groupId>com.sun.jersey.contribs</groupId> |
250 |
| - <artifactId>jersey-apache-client4</artifactId> |
251 |
| - <version>1.17</version> |
252 |
| - </dependency> |
253 |
| - <dependency> |
254 |
| - <groupId>com.sun.jersey.contribs</groupId> |
255 |
| - <artifactId>jersey-multipart</artifactId> |
256 |
| - <version>1.17</version> |
257 |
| - </dependency> |
258 | 226 | <dependency>
|
259 | 227 | <groupId>ch.qos.logback</groupId>
|
260 | 228 | <artifactId>logback-classic</artifactId>
|
|
270 | 238 | <artifactId>commons-codec</artifactId>
|
271 | 239 | <version>1.7</version>
|
272 | 240 | </dependency>
|
273 |
| - <dependency> |
274 |
| - <groupId>com.sun.jersey</groupId> |
275 |
| - <artifactId>jersey-core</artifactId> |
276 |
| - <version>1.17</version> |
277 |
| - </dependency> |
278 |
| - <dependency> |
279 |
| - <groupId>org.jvnet.mimepull</groupId> |
280 |
| - <artifactId>mimepull</artifactId> |
281 |
| - <version>1.9.4</version> |
282 |
| - </dependency> |
283 | 241 | <dependency>
|
284 | 242 | <groupId>org.slf4j</groupId>
|
285 | 243 | <artifactId>slf4j-api</artifactId>
|
|
300 | 258 | <artifactId>jackson-databind</artifactId>
|
301 | 259 | <version>2.8.3</version>
|
302 | 260 | </dependency>
|
| 261 | + <dependency> |
| 262 | + <groupId>com.squareup.okhttp3</groupId> |
| 263 | + <artifactId>okhttp</artifactId> |
| 264 | + <version>3.8.1</version> |
| 265 | + </dependency> |
| 266 | + <dependency> |
| 267 | + <groupId>com.squareup.okhttp3</groupId> |
| 268 | + <artifactId>logging-interceptor</artifactId> |
| 269 | + <version>3.8.1</version> |
| 270 | + </dependency> |
| 271 | + <dependency> |
| 272 | + <groupId>com.burgstaller</groupId> |
| 273 | + <artifactId>okhttp-digest</artifactId> |
| 274 | + <version>1.14</version> |
| 275 | + </dependency> |
| 276 | + <dependency> |
| 277 | + <groupId>com.sun.mail</groupId> |
| 278 | + <artifactId>javax.mail</artifactId> |
| 279 | + <version>1.5.6</version> |
| 280 | + </dependency> |
| 281 | + <dependency> |
| 282 | + <groupId>javax.ws.rs</groupId> |
| 283 | + <artifactId>javax.ws.rs-api</artifactId> |
| 284 | + <version>2.0.1</version> |
| 285 | + </dependency> |
303 | 286 | <!-- test dependencies -->
|
304 | 287 | <dependency>
|
305 | 288 | <groupId>junit</groupId>
|
306 | 289 | <artifactId>junit</artifactId>
|
307 | 290 | <version>4.11</version>
|
308 | 291 | <scope>test</scope>
|
309 | 292 | </dependency>
|
| 293 | + <dependency> |
| 294 | + <groupId>org.mockito</groupId> |
| 295 | + <artifactId>mockito-all</artifactId> |
| 296 | + <version>1.10.19</version> |
| 297 | + <scope>test</scope> |
| 298 | + </dependency> |
310 | 299 | <dependency>
|
311 | 300 | <groupId>xmlunit</groupId>
|
312 | 301 | <artifactId>xmlunit</artifactId>
|
313 | 302 | <version>1.3</version>
|
314 | 303 | <scope>test</scope>
|
315 | 304 | </dependency>
|
| 305 | + <dependency> |
| 306 | + <groupId>org.apache.httpcomponents</groupId> |
| 307 | + <artifactId>httpclient</artifactId> |
| 308 | + <version>4.5.3</version> |
| 309 | + <scope>provided</scope> |
| 310 | + </dependency> |
316 | 311 | <!-- example dependencies -->
|
317 | 312 | <dependency>
|
318 | 313 | <groupId>org.jdom</groupId>
|
|
0 commit comments