HAD-649. Cleanup fatjar pom file: remove unused components and their modules
Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e63b7110 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e63b7110 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e63b7110 Branch: refs/heads/master Commit: e63b71102e12cce1403be6260b08a2604082a3eb Parents: 3877467 Author: Konstantin Boudnik <[email protected]> Authored: Thu Jan 23 12:44:59 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Jan 23 12:44:59 2014 -0800 ---------------------------------------------------------------------- bigtop-tests/test-artifacts/fatjar/pom.xml | 28 ++----------------------- 1 file changed, 2 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e63b7110/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 fa8a86b..9690bc8 100644 --- a/bigtop-tests/test-artifacts/fatjar/pom.xml +++ b/bigtop-tests/test-artifacts/fatjar/pom.xml @@ -33,25 +33,19 @@ <dependencies> <dependency> <groupId>org.apache.bigtop.itest</groupId> - <artifactId>crunch-smoke</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.bigtop.itest</groupId> <artifactId>flume-smoke</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> - <artifactId>giraph-smoke</artifactId> + <artifactId>hadoop-smoke</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> - <artifactId>hadoop-smoke</artifactId> + <artifactId>cnode-smoke</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> @@ -69,30 +63,12 @@ </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> - <artifactId>hue-smoke</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.bigtop.itest</groupId> - <artifactId>mahout-smoke</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.bigtop.itest</groupId> <artifactId>oozie-smoke</artifactId> <version>${project.version}</version> <optional>true</optional> </dependency> <dependency> <groupId>org.apache.bigtop.itest</groupId> - <artifactId>solr-smoke</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.bigtop.itest</groupId> <artifactId>sqoop-smoke</artifactId> <version>${project.version}</version> <optional>true</optional>
