1*ab625e41SAndroid Build Coastguard Worker<?xml version="1.0" encoding="UTF-8"?> 2*ab625e41SAndroid Build Coastguard Worker 3*ab625e41SAndroid Build Coastguard Worker<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*ab625e41SAndroid Build Coastguard Worker <modelVersion>4.0.0</modelVersion> 5*ab625e41SAndroid Build Coastguard Worker 6*ab625e41SAndroid Build Coastguard Worker <parent> 7*ab625e41SAndroid Build Coastguard Worker <groupId>com.squareup.okhttp</groupId> 8*ab625e41SAndroid Build Coastguard Worker <artifactId>parent</artifactId> 9*ab625e41SAndroid Build Coastguard Worker <version>2.7.5</version> 10*ab625e41SAndroid Build Coastguard Worker </parent> 11*ab625e41SAndroid Build Coastguard Worker 12*ab625e41SAndroid Build Coastguard Worker <artifactId>okhttp-testing-support</artifactId> 13*ab625e41SAndroid Build Coastguard Worker <name>OkHttp test support classes</name> 14*ab625e41SAndroid Build Coastguard Worker 15*ab625e41SAndroid Build Coastguard Worker <dependencies> 16*ab625e41SAndroid Build Coastguard Worker <dependency> 17*ab625e41SAndroid Build Coastguard Worker <groupId>junit</groupId> 18*ab625e41SAndroid Build Coastguard Worker <artifactId>junit</artifactId> 19*ab625e41SAndroid Build Coastguard Worker <optional>true</optional> 20*ab625e41SAndroid Build Coastguard Worker </dependency> 21*ab625e41SAndroid Build Coastguard Worker <dependency> 22*ab625e41SAndroid Build Coastguard Worker <groupId>com.squareup.okhttp</groupId> 23*ab625e41SAndroid Build Coastguard Worker <artifactId>okhttp</artifactId> 24*ab625e41SAndroid Build Coastguard Worker <version>${project.version}</version> 25*ab625e41SAndroid Build Coastguard Worker </dependency> 26*ab625e41SAndroid Build Coastguard Worker </dependencies> 27*ab625e41SAndroid Build Coastguard Worker</project> 28