Repository: crunch Updated Branches: refs/heads/master cacb38377 -> 31d80f5d5
CRUNCH-452: Add real Thrift dependency for Scrunch. Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/31d80f5d Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/31d80f5d Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/31d80f5d Branch: refs/heads/master Commit: 31d80f5d565f1f58bc813d841a8efe10301b8cbd Parents: cacb383 Author: Josh Wills <[email protected]> Authored: Fri Aug 1 15:33:59 2014 -0700 Committer: Josh Wills <[email protected]> Committed: Fri Aug 1 16:10:14 2014 -0700 ---------------------------------------------------------------------- crunch-scrunch/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/31d80f5d/crunch-scrunch/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml index 84fe223..e02a407 100644 --- a/crunch-scrunch/pom.xml +++ b/crunch-scrunch/pom.xml @@ -72,7 +72,6 @@ under the License. <dependency> <groupId>org.apache.thrift</groupId> <artifactId>libthrift</artifactId> - <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId>
