Added a junit4 dependency to the Maven pom

git-svn-id: https://smali.googlecode.com/svn/trunk@69 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
JesusFreke@JesusFreke.com 2009-06-03 05:10:27 +00:00
parent dbfce409d4
commit bd85442b25

View File

@ -75,5 +75,12 @@
<artifactId>antlr-runtime</artifactId>
<version>3.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit4</artifactId>
<version>2.4.3</version>
</dependency>
</dependencies>
</project>