Hadoop-core library was not being included in the asterix distribution; this resulted in a NoClassDefFoundError for the class org.apache.hadoop.mapred.Reporter. The dependency listing of asterix-app included Hadoop library with scope set to 'test'. This check-in removes the test scope declaration.

git-svn-id: https://asterixdb.googlecode.com/svn/branches/asterix_stabilization@140 eaa15691-b419-025a-1212-ee371bd00084
diff --git a/asterix-app/pom.xml b/asterix-app/pom.xml
index 5dad0a1..430d8a5 100644
--- a/asterix-app/pom.xml
+++ b/asterix-app/pom.xml
@@ -180,7 +180,6 @@
 			<artifactId>hadoop-core</artifactId>
 			<version>0.20.2</version>
 			<type>jar</type>
-			<scope>test</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.hadoop</groupId>