aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-10-28 17:23:35 +0000
committerJesusFreke@JesusFreke.com <JesusFreke@JesusFreke.com@55b6fa8a-2a1e-11de-a435-ffa8d773f76a>2010-10-28 17:23:35 +0000
commit879b119b8d147d7a62b09b818eaea1c64b90400f (patch)
treeff0efde4705e8281579d399241b19c96d5964470
parentb9f9e85d84d3e0f84abd5146a16ef605c2a0bb7b (diff)
downloadsmali-879b119b8d147d7a62b09b818eaea1c64b90400f.tar.gz
Remove the jflex dependency in the smali pom file
git-svn-id: https://smali.googlecode.com/svn/trunk@791 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
-rw-r--r--smali/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/smali/pom.xml b/smali/pom.xml
index 723f02a3..3cf1ff80 100644
--- a/smali/pom.xml
+++ b/smali/pom.xml
@@ -120,11 +120,6 @@
</build>
<dependencies>
<dependency>
- <groupId>de.jflex</groupId>
- <artifactId>maven-jflex-plugin</artifactId>
- <version>1.4.3-r1</version>
- </dependency>
- <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.2</version>