Home | History | Annotate | Download | only in util
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      3          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      4     <modelVersion>4.0.0</modelVersion>
      5     <groupId>org.jf</groupId>
      6     <artifactId>util</artifactId>
      7     <version>${aversion}</version>
      8     <parent>
      9       <groupId>org.jf</groupId>
     10       <artifactId>smali-pom</artifactId>
     11       <version>1.0-SNAPSHOT</version>
     12     </parent>
     13     <dependencies>
     14         <dependency>
     15             <groupId>commons-cli</groupId>
     16             <artifactId>commons-cli</artifactId>
     17             <version>1.2</version>
     18         </dependency>
     19         <dependency>
     20             <groupId>junit</groupId>
     21             <artifactId>junit</artifactId>
     22             <version>4.6</version>
     23         </dependency>
     24     </dependencies>
     25 </project>