1<?xml version="1.0" encoding="UTF-8"?>
2<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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-checks</artifactId>
7  <version>31.7.0-alpha07</version>
8  <name>com.android.tools.lint.lint-checks</name>
9  <description>Checks for Android Lint</description>
10  <url>http://tools.android.com/</url>
11  <licenses>
12    <license>
13      <name>The Apache Software License, Version 2.0</name>
14      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15      <distribution>repo</distribution>
16    </license>
17  </licenses>
18  <developers>
19    <developer>
20      <name>The Android Open Source Project</name>
21    </developer>
22  </developers>
23  <dependencies>
24    <dependency>
25      <groupId>com.android.tools.lint</groupId>
26      <artifactId>lint-api</artifactId>
27      <version>31.7.0-alpha07</version>
28      <scope>compile</scope>
29    </dependency>
30    <dependency>
31      <groupId>org.jetbrains.kotlin</groupId>
32      <artifactId>kotlin-stdlib-jdk8</artifactId>
33      <version>1.9.20</version>
34      <scope>compile</scope>
35    </dependency>
36    <dependency>
37      <groupId>com.android.tools.external.com-intellij</groupId>
38      <artifactId>intellij-core</artifactId>
39      <version>31.7.0-alpha07</version>
40      <scope>runtime</scope>
41    </dependency>
42    <dependency>
43      <groupId>com.android.tools.external.com-intellij</groupId>
44      <artifactId>kotlin-compiler</artifactId>
45      <version>31.7.0-alpha07</version>
46      <scope>runtime</scope>
47    </dependency>
48    <dependency>
49      <groupId>com.android.tools.external.org-jetbrains</groupId>
50      <artifactId>uast</artifactId>
51      <version>31.7.0-alpha07</version>
52      <scope>runtime</scope>
53    </dependency>
54    <dependency>
55      <groupId>com.android.tools</groupId>
56      <artifactId>common</artifactId>
57      <version>31.7.0-alpha07</version>
58      <scope>runtime</scope>
59    </dependency>
60    <dependency>
61      <groupId>com.android.tools.layoutlib</groupId>
62      <artifactId>layoutlib-api</artifactId>
63      <version>31.7.0-alpha07</version>
64      <scope>runtime</scope>
65    </dependency>
66    <dependency>
67      <groupId>com.android.tools</groupId>
68      <artifactId>play-sdk-proto</artifactId>
69      <version>31.7.0-alpha07</version>
70      <scope>runtime</scope>
71    </dependency>
72    <dependency>
73      <groupId>com.android.tools</groupId>
74      <artifactId>sdk-common</artifactId>
75      <version>31.7.0-alpha07</version>
76      <scope>runtime</scope>
77    </dependency>
78    <dependency>
79      <groupId>com.android.tools</groupId>
80      <artifactId>sdklib</artifactId>
81      <version>31.7.0-alpha07</version>
82      <scope>runtime</scope>
83    </dependency>
84    <dependency>
85      <groupId>com.google.code.gson</groupId>
86      <artifactId>gson</artifactId>
87      <version>2.10.1</version>
88      <scope>runtime</scope>
89    </dependency>
90    <dependency>
91      <groupId>com.google.guava</groupId>
92      <artifactId>guava</artifactId>
93      <version>32.0.1-jre</version>
94      <scope>runtime</scope>
95    </dependency>
96    <dependency>
97      <groupId>net.sf.kxml</groupId>
98      <artifactId>kxml2</artifactId>
99      <version>2.3.0</version>
100      <scope>runtime</scope>
101    </dependency>
102    <dependency>
103      <groupId>org.jetbrains.intellij.deps</groupId>
104      <artifactId>trove4j</artifactId>
105      <version>1.0.20200330</version>
106      <scope>runtime</scope>
107    </dependency>
108    <dependency>
109      <groupId>org.ow2.asm</groupId>
110      <artifactId>asm-analysis</artifactId>
111      <version>9.6</version>
112      <scope>runtime</scope>
113    </dependency>
114  </dependencies>
115</project>
116