Updated Branches: refs/heads/master a6ca5acd1 -> 87fb82e33
BIGTOP-798. introduce a fatjar collection of all the Bigtop integration tests and all their dependencies Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/87fb82e3 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/87fb82e3 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/87fb82e3 Branch: refs/heads/master Commit: 87fb82e33481eda5384f55d4643ede9c30974f40 Parents: a6ca5ac Author: Roman Shaposhnik <[email protected]> Authored: Fri Nov 30 17:14:09 2012 -0800 Committer: Roman Shaposhnik <[email protected]> Committed: Fri Nov 30 17:14:09 2012 -0800 ---------------------------------------------------------------------- bigtop-tests/test-artifacts/fatjar/pom.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/87fb82e3/bigtop-tests/test-artifacts/fatjar/pom.xml ---------------------------------------------------------------------- diff --git a/bigtop-tests/test-artifacts/fatjar/pom.xml b/bigtop-tests/test-artifacts/fatjar/pom.xml index 4ca88b6..dfb1a6a 100644 --- a/bigtop-tests/test-artifacts/fatjar/pom.xml +++ b/bigtop-tests/test-artifacts/fatjar/pom.xml @@ -31,12 +31,12 @@ <name>fatjar</name> <dependencies> - <dependency> + <!-- dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>crunch-smoke</artifactId> <version>0.5.0-SNAPSHOT</version> <optional>true</optional> - </dependency> + </dependency --> <dependency> <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke</artifactId>
