Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 2 | <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" |
| 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <groupId>com.android.tools.lint</groupId> |
| 6 | <artifactId>lint-api</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 7 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 8 | <name>com.android.tools.lint.lint-api</name> |
| 9 | <description>API to build lint checks</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> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 23 | <dependencies> |
| 24 | <dependency> |
Aurimas Liutikas | 4f7f815 | 2020-05-26 14:58:35 -0700 | [diff] [blame] | 25 | <groupId>com.android.tools.lint</groupId> |
| 26 | <artifactId>lint-model</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 27 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 28 | <scope>compile</scope> |
| 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>com.android.tools.external.com-intellij</groupId> |
| 32 | <artifactId>intellij-core</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 33 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 34 | <scope>compile</scope> |
| 35 | </dependency> |
| 36 | <dependency> |
| 37 | <groupId>com.android.tools.external.com-intellij</groupId> |
| 38 | <artifactId>kotlin-compiler</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 39 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 40 | <scope>compile</scope> |
| 41 | </dependency> |
| 42 | <dependency> |
| 43 | <groupId>com.android.tools.external.org-jetbrains</groupId> |
| 44 | <artifactId>uast</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 45 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 46 | <scope>compile</scope> |
| 47 | </dependency> |
| 48 | <dependency> |
| 49 | <groupId>com.android.tools.build</groupId> |
| 50 | <artifactId>manifest-merger</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 51 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 52 | <scope>compile</scope> |
| 53 | </dependency> |
| 54 | <dependency> |
| 55 | <groupId>com.android.tools</groupId> |
| 56 | <artifactId>common</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 57 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | ece4bb3 | 2021-04-07 13:15:24 -0700 | [diff] [blame] | 58 | <scope>compile</scope> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>com.android.tools.layoutlib</groupId> |
| 62 | <artifactId>layoutlib-api</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 63 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 64 | <scope>compile</scope> |
| 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>com.android.tools</groupId> |
| 68 | <artifactId>sdk-common</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 69 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 70 | <scope>compile</scope> |
| 71 | </dependency> |
| 72 | <dependency> |
| 73 | <groupId>com.android.tools</groupId> |
| 74 | <artifactId>sdklib</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 75 | <version>31.0.0-alpha05</version> |
Aurimas Liutikas | ece4bb3 | 2021-04-07 13:15:24 -0700 | [diff] [blame] | 76 | <scope>compile</scope> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>commons-io</groupId> |
| 80 | <artifactId>commons-io</artifactId> |
| 81 | <version>2.4</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 82 | <scope>compile</scope> |
| 83 | </dependency> |
| 84 | <dependency> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 85 | <groupId>net.sf.kxml</groupId> |
| 86 | <artifactId>kxml2</artifactId> |
| 87 | <version>2.3.0</version> |
| 88 | <scope>compile</scope> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.jetbrains.kotlin</groupId> |
| 92 | <artifactId>kotlin-reflect</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 93 | <version>1.7.10</version> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 94 | <scope>compile</scope> |
| 95 | </dependency> |
| 96 | <dependency> |
| 97 | <groupId>org.jetbrains.kotlin</groupId> |
| 98 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 99 | <version>1.7.10</version> |
Aurimas Liutikas | 71d17c7 | 2022-02-04 16:06:34 -0800 | [diff] [blame] | 100 | <scope>compile</scope> |
| 101 | </dependency> |
| 102 | <dependency> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 103 | <groupId>org.ow2.asm</groupId> |
| 104 | <artifactId>asm</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 105 | <version>9.2</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 106 | <scope>compile</scope> |
| 107 | </dependency> |
| 108 | <dependency> |
| 109 | <groupId>org.ow2.asm</groupId> |
| 110 | <artifactId>asm-tree</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 111 | <version>9.2</version> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 112 | <scope>compile</scope> |
| 113 | </dependency> |
| 114 | <dependency> |
Aurimas Liutikas | 4f7f815 | 2020-05-26 14:58:35 -0700 | [diff] [blame] | 115 | <groupId>com.android.tools.build</groupId> |
| 116 | <artifactId>builder-model</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 117 | <version>8.0.0-alpha05</version> |
Aurimas Liutikas | ece4bb3 | 2021-04-07 13:15:24 -0700 | [diff] [blame] | 118 | <scope>runtime</scope> |
| 119 | </dependency> |
| 120 | <dependency> |
| 121 | <groupId>com.google.guava</groupId> |
| 122 | <artifactId>guava</artifactId> |
Paul Duffin | c66c64a | 2023-05-11 18:20:56 +0100 | [diff] [blame] | 123 | <version>31.0.1-jre</version> |
Aurimas Liutikas | 4f7f815 | 2020-05-26 14:58:35 -0700 | [diff] [blame] | 124 | <scope>runtime</scope> |
| 125 | </dependency> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 126 | </dependencies> |
Aurimas Liutikas | 919f59b | 2020-04-10 09:49:50 -0700 | [diff] [blame] | 127 | </project> |