summaryrefslogtreecommitdiff
path: root/com/android/tools/lint/lint-checks/23.0.2/lint-checks-23.0.2.pom
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/tools/lint/lint-checks/23.0.2/lint-checks-23.0.2.pom')
-rw-r--r--com/android/tools/lint/lint-checks/23.0.2/lint-checks-23.0.2.pom40
1 files changed, 40 insertions, 0 deletions
diff --git a/com/android/tools/lint/lint-checks/23.0.2/lint-checks-23.0.2.pom b/com/android/tools/lint/lint-checks/23.0.2/lint-checks-23.0.2.pom
new file mode 100644
index 000000000..fa6dfb843
--- /dev/null
+++ b/com/android/tools/lint/lint-checks/23.0.2/lint-checks-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-checks</artifactId>
+ <version>23.0.2</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.android.tools.lint</groupId>
+ <artifactId>lint-api</artifactId>
+ <version>23.0.2</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>3.8.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.android.tools</groupId>
+ <artifactId>testutils</artifactId>
+ <version>23.0.2</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-analysis</artifactId>
+ <version>4.0</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>3.1</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>