blob: 0e7c7d565b58a5e6b4a8ce8514a0e2bd45485cbf [file] [log] [blame]
Jerome Dochez901869d2015-05-15 21:43:24 -07001<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>com.android.tools</groupId>
6 <artifactId>common</artifactId>
7 <version>24.3.0-alpha5</version>
8 <dependencies>
9 <dependency>
10 <groupId>com.google.guava</groupId>
11 <artifactId>guava</artifactId>
12 <version>17.0</version>
13 <scope>compile</scope>
14 </dependency>
15 <dependency>
16 <groupId>junit</groupId>
17 <artifactId>junit</artifactId>
18 <version>4.12</version>
19 <scope>test</scope>
20 </dependency>
21 <dependency>
22 <groupId>com.android.tools</groupId>
23 <artifactId>annotations</artifactId>
24 <version>24.3.0-alpha5</version>
25 <scope>compile</scope>
26 </dependency>
27 </dependencies>
28</project>