changeset 60:ea858089fbd9

added dependency info in pom.xml. alice.jar
author one
date Mon, 15 Jul 2013 18:23:25 +0900
parents 8a532ca5df80
children e871e8fc3f69
files pom.xml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml	Mon Jul 15 10:59:53 2013 +0900
+++ b/pom.xml	Mon Jul 15 18:23:25 2013 +0900
@@ -66,5 +66,10 @@
   		<artifactId>functionaljava</artifactId>
   		<version>3.1</version>
   	</dependency>
+  	<dependency>
+  		<groupId>alice</groupId>
+  		<artifactId>alice</artifactId>
+  		<version>0.1</version>
+  	</dependency>
   </dependencies>
 </project>