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-model</artifactId>
7  <version>31.7.0-alpha07</version>
8  <name>com.android.tools.lint.lint-model</name>
9  <description>Lint build system model</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.build</groupId>
26      <artifactId>builder-model</artifactId>
27      <version>8.7.0-alpha07</version>
28      <scope>runtime</scope>
29    </dependency>
30    <dependency>
31      <groupId>com.android.tools</groupId>
32      <artifactId>common</artifactId>
33      <version>31.7.0-alpha07</version>
34      <scope>runtime</scope>
35    </dependency>
36    <dependency>
37      <groupId>com.android.tools</groupId>
38      <artifactId>sdk-common</artifactId>
39      <version>31.7.0-alpha07</version>
40      <scope>runtime</scope>
41    </dependency>
42    <dependency>
43      <groupId>net.sf.kxml</groupId>
44      <artifactId>kxml2</artifactId>
45      <version>2.3.0</version>
46      <scope>runtime</scope>
47    </dependency>
48    <dependency>
49      <groupId>org.jetbrains.kotlin</groupId>
50      <artifactId>kotlin-stdlib-jdk8</artifactId>
51      <version>1.9.20</version>
52      <scope>runtime</scope>
53    </dependency>
54  </dependencies>
55</project>
56