diff pom.xml @ 3:9eb9fabd9f29

added Table framework
author shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
date Wed, 13 Jun 2012 01:29:02 +0900
parents cc30c2773c09
children 761d04aecfcb
line wrap: on
line diff
--- a/pom.xml	Tue Jun 12 01:33:51 2012 +0900
+++ b/pom.xml	Wed Jun 13 01:29:02 2012 +0900
@@ -31,6 +31,11 @@
     	<artifactId>commons-collections</artifactId>
     	<version>3.2.1</version>
     </dependency>
+    <dependency>
+    	<groupId>net.sf.jpf</groupId>
+    	<artifactId>jpf</artifactId>
+    	<version>1.5</version>
+    </dependency>
   </dependencies>
   <build>
   	<plugins>