Author: rvs Date: Wed Apr 4 04:44:05 2012 New Revision: 1309241 URL: http://svn.apache.org/viewvc?rev=1309241&view=rev Log: BIGTOP-488. TestCLI missing dependency (Lei Zou via rvs)
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml URL: http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml?rev=1309241&r1=1309240&r2=1309241&view=diff ============================================================================== --- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml (original) +++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hadoop/pom.xml Wed Apr 4 04:44:05 2012 @@ -49,6 +49,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-rt-frontend-jaxrs</artifactId> + <version>2.5.0</version> + </dependency> + <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-core</artifactId> </dependency>