summaryrefslogtreecommitdiff
path: root/com/android/tools/lint/lint-typedef-remover/31.0.0-alpha05/lint-typedef-remover-31.0.0-alpha05.pom
diff options
context:
space:
mode:
Diffstat (limited to 'com/android/tools/lint/lint-typedef-remover/31.0.0-alpha05/lint-typedef-remover-31.0.0-alpha05.pom')
-rw-r--r--com/android/tools/lint/lint-typedef-remover/31.0.0-alpha05/lint-typedef-remover-31.0.0-alpha05.pom43
1 files changed, 0 insertions, 43 deletions
diff --git a/com/android/tools/lint/lint-typedef-remover/31.0.0-alpha05/lint-typedef-remover-31.0.0-alpha05.pom b/com/android/tools/lint/lint-typedef-remover/31.0.0-alpha05/lint-typedef-remover-31.0.0-alpha05.pom
deleted file mode 100644
index 4c3baa54e..000000000
--- a/com/android/tools/lint/lint-typedef-remover/31.0.0-alpha05/lint-typedef-remover-31.0.0-alpha05.pom
+++ /dev/null
@@ -1,43 +0,0 @@
-<?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-typedef-remover</artifactId>
- <version>31.0.0-alpha05</version>
- <name>com.android.tools.lint.lint-typedef-remover</name>
- <description>Utility to remove typedef annotations from classes</description>
- <url>http://tools.android.com/</url>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
- <distribution>repo</distribution>
- </license>
- </licenses>
- <developers>
- <developer>
- <name>The Android Open Source Project</name>
- </developer>
- </developers>
- <dependencies>
- <dependency>
- <groupId>com.android.tools</groupId>
- <artifactId>annotations</artifactId>
- <version>31.0.0-alpha05</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>31.0.1-jre</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.ow2.asm</groupId>
- <artifactId>asm</artifactId>
- <version>9.2</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
-</project>