summaryrefslogtreecommitdiff
path: root/com/android/tools/lint/lint-api/23.0.2/lint-api-23.0.2.pom
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/tools/lint/lint-api/23.0.2/lint-api-23.0.2.pom')
-rw-r--r--com/android/tools/lint/lint-api/23.0.2/lint-api-23.0.2.pom40
1 files changed, 40 insertions, 0 deletions
diff --git a/com/android/tools/lint/lint-api/23.0.2/lint-api-23.0.2.pom b/com/android/tools/lint/lint-api/23.0.2/lint-api-23.0.2.pom
new file mode 100644
index 000000000..3ed333532
--- /dev/null
+++ b/com/android/tools/lint/lint-api/23.0.2/lint-api-23.0.2.pom
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>com.android.tools.lint</groupId>
+ <artifactId>lint-api</artifactId>
+ <version>23.0.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm</artifactId>
+ <version>4.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.tools.build</groupId>
+ <artifactId>builder-model</artifactId>
+ <version>0.12.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.tools.external.lombok</groupId>
+ <artifactId>lombok-ast</artifactId>
+ <version>0.2.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.tools</groupId>
+ <artifactId>sdk-common</artifactId>
+ <version>23.0.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-tree</artifactId>
+ <version>4.0</version>
+ <scope>compile</scope>
+ </dependency>
+ </dependencies>
+</project>