Home | History | Annotate | Download | only in 23.1.0
      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.lint</groupId>
      6   <artifactId>lint-checks</artifactId>
      7   <version>23.1.0</version>
      8   <dependencies>
      9     <dependency>
     10       <groupId>com.android.tools</groupId>
     11       <artifactId>testutils</artifactId>
     12       <version>23.1.0</version>
     13       <scope>test</scope>
     14     </dependency>
     15     <dependency>
     16       <groupId>junit</groupId>
     17       <artifactId>junit</artifactId>
     18       <version>3.8.1</version>
     19       <scope>test</scope>
     20     </dependency>
     21     <dependency>
     22       <groupId>com.android.tools.lint</groupId>
     23       <artifactId>lint-api</artifactId>
     24       <version>23.1.0</version>
     25       <scope>compile</scope>
     26     </dependency>
     27     <dependency>
     28       <groupId>org.ow2.asm</groupId>
     29       <artifactId>asm-analysis</artifactId>
     30       <version>4.0</version>
     31       <scope>compile</scope>
     32     </dependency>
     33     <dependency>
     34       <groupId>org.easymock</groupId>
     35       <artifactId>easymock</artifactId>
     36       <version>3.1</version>
     37       <scope>test</scope>
     38     </dependency>
     39   </dependencies>
     40 </project>
     41