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-gradle</artifactId>
7  <version>31.7.0-alpha07</version>
8  <name>com.android.tools.lint.lint-gradle</name>
9  <description>Gradle integration 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.external.com-intellij</groupId>
26      <artifactId>intellij-core</artifactId>
27      <version>31.7.0-alpha07</version>
28      <scope>runtime</scope>
29    </dependency>
30    <dependency>
31      <groupId>com.android.tools.external.com-intellij</groupId>
32      <artifactId>kotlin-compiler</artifactId>
33      <version>31.7.0-alpha07</version>
34      <scope>runtime</scope>
35    </dependency>
36    <dependency>
37      <groupId>com.android.tools.external.org-jetbrains</groupId>
38      <artifactId>uast</artifactId>
39      <version>31.7.0-alpha07</version>
40      <scope>runtime</scope>
41    </dependency>
42    <dependency>
43      <groupId>com.android.tools</groupId>
44      <artifactId>common</artifactId>
45      <version>31.7.0-alpha07</version>
46      <scope>runtime</scope>
47    </dependency>
48    <dependency>
49      <groupId>com.android.tools.lint</groupId>
50      <artifactId>lint</artifactId>
51      <version>31.7.0-alpha07</version>
52      <scope>runtime</scope>
53    </dependency>
54    <dependency>
55      <groupId>com.android.tools.lint</groupId>
56      <artifactId>lint-typedef-remover</artifactId>
57      <version>31.7.0-alpha07</version>
58      <scope>runtime</scope>
59    </dependency>
60    <dependency>
61      <groupId>org.codehaus.groovy</groupId>
62      <artifactId>groovy</artifactId>
63      <version>3.0.21</version>
64      <scope>runtime</scope>
65    </dependency>
66  </dependencies>
67</project>
68