• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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>
9    <version>2.0.0-SNAPSHOT</version>
10  </parent>
11
12  <groupId>com.squareup.okio</groupId>
13  <artifactId>okio</artifactId>
14  <name>Okio</name>
15
16  <dependencies>
17    <dependency>
18      <groupId>junit</groupId>
19      <artifactId>junit</artifactId>
20      <scope>test</scope>
21    </dependency>
22    <dependency>
23      <groupId>org.codehaus.mojo</groupId>
24      <artifactId>animal-sniffer-annotations</artifactId>
25      <version>1.10</version>
26      <optional>true</optional>
27    </dependency>
28  </dependencies>
29</project>
30