1<?xml version="1.0" encoding="UTF-8"?>
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">
4  <modelVersion>4.0.0</modelVersion>
5  <groupId>com.android.tools</groupId>
6  <artifactId>hierarchyviewer2lib</artifactId>
7  <version>24.4.0-beta6</version>
8  <url>http://tools.android.com</url>
9  <inceptionYear>2007</inceptionYear>
10  <licenses>
11    <license>
12      <name>The Apache Software License, Version 2.0</name>
13      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
14      <distribution>repo</distribution>
15    </license>
16  </licenses>
17  <developers>
18    <developer>
19      <name>The Android Open Source Project</name>
20    </developer>
21  </developers>
22  <scm>
23    <connection>git://android.googlesource.com/platform/tools/base.git</connection>
24    <url>https://android.googlesource.com/platform/tools/base</url>
25  </scm>
26  <dependencies>
27    <dependency>
28      <groupId>com.android.external.eclipse</groupId>
29      <artifactId>org-eclipse-jface</artifactId>
30      <version>3.6.2</version>
31      <scope>compile</scope>
32    </dependency>
33    <dependency>
34      <groupId>com.android.tools.ddms</groupId>
35      <artifactId>ddmuilib</artifactId>
36      <version>24.4.0-beta6</version>
37      <scope>compile</scope>
38    </dependency>
39    <dependency>
40      <groupId>com.android.external.eclipse</groupId>
41      <artifactId>swt</artifactId>
42      <version>3.5.0</version>
43      <scope>test</scope>
44    </dependency>
45    <dependency>
46      <groupId>com.google.guava</groupId>
47      <artifactId>guava</artifactId>
48      <version>15.0</version>
49      <scope>compile</scope>
50    </dependency>
51    <dependency>
52      <groupId>junit</groupId>
53      <artifactId>junit</artifactId>
54      <version>3.8.1</version>
55      <scope>test</scope>
56    </dependency>
57    <dependency>
58      <groupId>com.android.tools.ddms</groupId>
59      <artifactId>ddmlib</artifactId>
60      <version>24.4.0-beta6</version>
61      <scope>compile</scope>
62    </dependency>
63  </dependencies>
64</project>
65