Add Test Servers to Test Framework
This change introduces the ability to start and stop
different servers for any purpose, especially for testing
External data sources and different types of feeds.
Change-Id: I3d0434925972770cdae168656e1672cf0f225980
Reviewed-on: https://asterix-gerrit.ics.uci.edu/651
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Murtadha Hubail <hubailmor@gmail.com>
diff --git a/asterix-common/pom.xml b/asterix-common/pom.xml
index 02f651f..7eb2329 100644
--- a/asterix-common/pom.xml
+++ b/asterix-common/pom.xml
@@ -233,6 +233,11 @@
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.12</version>
</dependency>
+ <dependency>
+ <groupId>com.rometools</groupId>
+ <artifactId>rome</artifactId>
+ <version>1.5.1</version>
+ </dependency>
</dependencies>
</project>