integration tests for external library
diff --git a/asterix-installer/pom.xml b/asterix-installer/pom.xml
index 728a189..30d9d44 100644
--- a/asterix-installer/pom.xml
+++ b/asterix-installer/pom.xml
@@ -156,6 +156,12 @@
</dependency>
<dependency>
<groupId>edu.uci.ics.asterix</groupId>
+ <artifactId>asterix-app</artifactId>
+ <version>0.0.5-SNAPSHOT</version>
+ <scope>verify</scope>
+ </dependency>
+ <dependency>
+ <groupId>edu.uci.ics.asterix</groupId>
<artifactId>asterix-server</artifactId>
<version>0.0.5-SNAPSHOT</version>
<type>zip</type>