changeset 55:25edf76b65dc

modified pom.xml. remove functionalJava library
author one
date Sun, 14 Jul 2013 17:23:48 +0900
parents 3d78d438f97b
children ccfe9b5e8f11
files .classpath pom.xml
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.classpath	Sun Jul 14 17:21:37 2013 +0900
+++ b/.classpath	Sun Jul 14 17:23:48 2013 +0900
@@ -7,7 +7,6 @@
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
-	<classpathentry kind="lib" path="lib/functionaljava.jar"/>
 	<classpathentry kind="lib" path="lib/guava-12.0-sources.jar"/>
 	<classpathentry kind="lib" path="lib/guava-12.0.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
--- 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>