blob: 577b137da095ce416b5c3e820d22bba0bdd4122b [file] [log] [blame]
Jerome Dochez11dcdf82016-12-15 16:14:58 -08001<?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>sdk-common</artifactId>
7 <version>25.2.4</version>
8 <dependencies>
9 <dependency>
10 <groupId>com.android.tools</groupId>
11 <artifactId>sdklib</artifactId>
12 <version>25.2.4</version>
13 <scope>compile</scope>
14 </dependency>
15 <dependency>
16 <groupId>com.android.tools.build</groupId>
17 <artifactId>builder-test-api</artifactId>
18 <version>2.2.4</version>
19 <scope>compile</scope>
20 </dependency>
21 <dependency>
22 <groupId>com.android.tools.build</groupId>
23 <artifactId>builder-model</artifactId>
24 <version>2.2.4</version>
25 <scope>compile</scope>
26 </dependency>
27 <dependency>
28 <groupId>org.bouncycastle</groupId>
29 <artifactId>bcpkix-jdk15on</artifactId>
30 <version>1.48</version>
31 <scope>compile</scope>
32 </dependency>
33 <dependency>
34 <groupId>org.bouncycastle</groupId>
35 <artifactId>bcprov-jdk15on</artifactId>
36 <version>1.48</version>
37 <scope>compile</scope>
38 </dependency>
39 <dependency>
40 <groupId>junit</groupId>
41 <artifactId>junit</artifactId>
42 <version>4.12</version>
43 <scope>test</scope>
44 </dependency>
45 <dependency>
46 <groupId>com.android.tools</groupId>
47 <artifactId>testutils</artifactId>
48 <version>25.2.4</version>
49 <scope>test</scope>
50 </dependency>
51 <dependency>
52 <groupId>org.easymock</groupId>
53 <artifactId>easymock</artifactId>
54 <version>3.3</version>
55 <scope>test</scope>
56 </dependency>
57 <dependency>
58 <groupId>org.mockito</groupId>
59 <artifactId>mockito-all</artifactId>
60 <version>1.9.5</version>
61 <scope>test</scope>
62 </dependency>
63 <dependency>
64 <groupId>com.google.truth</groupId>
65 <artifactId>truth</artifactId>
66 <version>0.28</version>
67 <scope>test</scope>
68 </dependency>
69 </dependencies>
70</project>