Neil Fuller | 7aeaaef | 2015-05-07 13:14:41 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | |
| 6 | <parent> |
| 7 | <groupId>com.squareup.okhttp</groupId> |
| 8 | <artifactId>parent</artifactId> |
Tobias Thierer | 6c251e2 | 2016-06-24 19:04:17 +0100 | [diff] [blame] | 9 | <version>2.7.5</version> |
Neil Fuller | 7aeaaef | 2015-05-07 13:14:41 +0100 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <artifactId>okhttp-testing-support</artifactId> |
| 13 | <name>OkHttp test support classes</name> |
| 14 | |
| 15 | <dependencies> |
| 16 | <dependency> |
| 17 | <groupId>junit</groupId> |
| 18 | <artifactId>junit</artifactId> |
| 19 | <optional>true</optional> |
| 20 | </dependency> |
Neil Fuller | 71b9f47 | 2015-09-16 17:39:32 +0100 | [diff] [blame] | 21 | <dependency> |
| 22 | <groupId>com.squareup.okhttp</groupId> |
| 23 | <artifactId>okhttp</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | </dependency> |
Neil Fuller | 7aeaaef | 2015-05-07 13:14:41 +0100 | [diff] [blame] | 26 | </dependencies> |
| 27 | </project> |