fix for issue 376: Need to classify and properly treat all built-in functions in AQL
diff --git a/asterix-events/pom.xml b/asterix-events/pom.xml
index 7b187bb..8440b6d 100644
--- a/asterix-events/pom.xml
+++ b/asterix-events/pom.xml
@@ -166,5 +166,12 @@
       <artifactId>commons-io</artifactId>
       <version>1.4</version>
     </dependency>
+    <dependency>
+     <groupId>edu.uci.ics.asterix</groupId>
+     <artifactId>asterix-common</artifactId>
+     <version>0.0.6-SNAPSHOT</version>
+     <type>jar</type>
+     <scope>compile</scope>
+   </dependency>
   </dependencies>
 </project>