blob: f8d210ad9d624a4742d6c1c6e869aa24afa05d90 [file] [log] [blame]
Jerome Docheza0560cf2015-05-06 13:43:13 -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.lint</groupId>
6 <artifactId>lint-api</artifactId>
7 <version>24.2.3</version>
8 <dependencies>
9 <dependency>
10 <groupId>com.android.tools</groupId>
11 <artifactId>sdk-common</artifactId>
12 <version>24.2.3</version>
13 <scope>compile</scope>
14 </dependency>
15 <dependency>
16 <groupId>org.ow2.asm</groupId>
17 <artifactId>asm</artifactId>
18 <version>5.0.3</version>
19 <scope>compile</scope>
20 </dependency>
21 <dependency>
22 <groupId>org.ow2.asm</groupId>
23 <artifactId>asm-tree</artifactId>
24 <version>5.0.3</version>
25 <scope>compile</scope>
26 </dependency>
27 <dependency>
28 <groupId>com.android.tools.external.lombok</groupId>
29 <artifactId>lombok-ast</artifactId>
30 <version>0.2.3</version>
31 <scope>compile</scope>
32 </dependency>
33 <dependency>
34 <groupId>com.android.tools.build</groupId>
35 <artifactId>builder-model</artifactId>
36 <version>1.2.3</version>
37 <scope>compile</scope>
38 </dependency>
39 </dependencies>
40</project>