fixing POM

This commit is contained in:
Connor Tumbleson 2012-07-05 11:26:53 -05:00
parent 26941e8f93
commit 9646025bb9
2 changed files with 14 additions and 25 deletions

View File

@ -1,4 +1,3 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -51,17 +50,5 @@
<artifactId>apktool-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jf</groupId>
<artifactId>baksmali</artifactId>
<version>1.3.4-dev</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.jf</groupId>
<artifactId>util</artifactId>
<version>1.3.4-dev</version>
<type>jar</type>
</dependency>
</dependencies>
</project>

View File

@ -1,4 +1,3 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
@ -70,6 +69,11 @@
<artifactId>dir</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>brut.j</groupId>
<artifactId>util</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>brut.j</groupId>
<artifactId>common</artifactId>
@ -80,11 +84,15 @@
<artifactId>smali</artifactId>
<version>${smaliVersion}</version>
</dependency>
<dependency>
<groupId>brut.apktool.smali</groupId>
<artifactId>baksmali</artifactId>
<version>${smaliVersion}</version>
</dependency>
<dependency>
<groupId>brut.apktool.smali</groupId>
<artifactId>util</artifactId>
<version>1.3.4-ibot7</version>
<type>jar</type>
<version>${smaliVersion}</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
@ -106,12 +114,6 @@
<artifactId>xmlunit</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.jf</groupId>
<artifactId>util</artifactId>
<version>1.3.4-ibot7</version>
<type>jar</type>
</dependency>
</dependencies>
<pluginRepositories>