Initial Commit of the Hyracks Admin Console

git-svn-id: https://hyracks.googlecode.com/svn/branches/hyracks_dev_next@562 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-server/pom.xml b/hyracks-server/pom.xml
index 4d69304..73819b3 100644
--- a/hyracks-server/pom.xml
+++ b/hyracks-server/pom.xml
@@ -72,5 +72,12 @@
   		<type>jar</type>
   		<scope>compile</scope>
   	</dependency>
+  	<dependency>
+  		<groupId>edu.uci.ics.hyracks</groupId>
+  		<artifactId>hyracks-admin-console</artifactId>
+  		<version>0.1.8-SNAPSHOT</version>
+  		<type>war</type>
+  		<scope>compile</scope>
+  	</dependency>
   </dependencies>
 </project>