diff pom.xml @ 55:25edf76b65dc

modified pom.xml. remove functionalJava library
author one
date Sun, 14 Jul 2013 17:23:48 +0900
parents fd3643699f83
children ea858089fbd9
line wrap: on
line diff
--- a/pom.xml	Sun Jul 14 17:21:37 2013 +0900
+++ b/pom.xml	Sun Jul 14 17:23:48 2013 +0900
@@ -61,5 +61,10 @@
   		<artifactId>uuid</artifactId>
   		<version>3.3.0</version>
   	</dependency>
+  	<dependency>
+  		<groupId>org.functionaljava</groupId>
+  		<artifactId>functionaljava</artifactId>
+  		<version>3.1</version>
+  	</dependency>
   </dependencies>
 </project>