remove accidental exclusion

This commit is contained in:
Connor Tumbleson 2012-08-29 18:28:14 -05:00
parent 719e24a2ed
commit 7e080f0b15

View File

@ -49,12 +49,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>apktool-lib</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>baksmali</artifactId>
<groupId>brut.apktool.smali</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<artifactId>common</artifactId>