Refactored control
git-svn-id: https://hyracks.googlecode.com/svn/trunk/hyracks@50 123451ca-8445-de46-9d55-352943316053
diff --git a/hyracks-runtime/pom.xml b/hyracks-runtime/pom.xml
index c779372..5091865 100644
--- a/hyracks-runtime/pom.xml
+++ b/hyracks-runtime/pom.xml
@@ -73,6 +73,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>edu.uci.ics.hyracks</groupId>
+ <artifactId>hyracks-control-common</artifactId>
+ <version>0.1.0</version>
+ <type>jar</type>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<reporting>
<plugins>