checkpoit
diff --git a/asterix-tools/pom.xml b/asterix-tools/pom.xml
index 248cdb5..f9c4219 100644
--- a/asterix-tools/pom.xml
+++ b/asterix-tools/pom.xml
@@ -134,6 +134,12 @@
 			<scope>compile</scope>
 		</dependency>
 		<dependency>
+			<groupId>edu.uci.ics.asterix</groupId>
+			<artifactId>asterix-external-data</artifactId>
+			<version>0.0.6-SNAPSHOT</version>
+			<scope>compile</scope>
+		</dependency>
+		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpclient</artifactId>
 			<version>4.2.2</version>