comparison 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
comparison
equal deleted inserted replaced
54:3d78d438f97b 55:25edf76b65dc
59 <dependency> 59 <dependency>
60 <groupId>com.github.stephenc.eaio-uuid</groupId> 60 <groupId>com.github.stephenc.eaio-uuid</groupId>
61 <artifactId>uuid</artifactId> 61 <artifactId>uuid</artifactId>
62 <version>3.3.0</version> 62 <version>3.3.0</version>
63 </dependency> 63 </dependency>
64 <dependency>
65 <groupId>org.functionaljava</groupId>
66 <artifactId>functionaljava</artifactId>
67 <version>3.1</version>
68 </dependency>
64 </dependencies> 69 </dependencies>
65 </project> 70 </project>