diff pom.xml @ 4:761d04aecfcb

added Graph API and some implementation
author shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
date Tue, 19 Jun 2012 23:38:31 +0900
parents 9eb9fabd9f29
children cb9fabaedfd4
line wrap: on
line diff
--- a/pom.xml	Wed Jun 13 01:29:02 2012 +0900
+++ b/pom.xml	Tue Jun 19 23:38:31 2012 +0900
@@ -36,6 +36,11 @@
     	<artifactId>jpf</artifactId>
     	<version>1.5</version>
     </dependency>
+    <dependency>
+    	<groupId>org.functionaljava</groupId>
+    	<artifactId>functionaljava</artifactId>
+    	<version>3.1</version>
+    </dependency>
   </dependencies>
   <build>
   	<plugins>