trying to fix noClassDefNotFound

This commit is contained in:
Connor Tumbleson 2012-07-25 12:42:46 -05:00
parent bd6bf6ee27
commit aed20bd6a3
3 changed files with 6 additions and 12 deletions

View File

@ -49,16 +49,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>apktool-lib</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>commons-lang3</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
<exclusion>
<artifactId>commons-lang</artifactId>
<groupId>commons-lang</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>common</artifactId>
@ -72,5 +62,11 @@
<version>1.3.4-ibot7</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
<type>jar</type>
</dependency>
</dependencies>
</project>

View File

@ -141,7 +141,6 @@
<type>jar</type>
</dependency>
</dependencies>
<pluginRepositories>
<pluginRepository>
<id>sonatype-releases</id>

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>