Repository: crunch Updated Branches: refs/heads/apache-crunch-0.8 81b5701c9 -> b6791f86a
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/b6791f86 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/b6791f86 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/b6791f86 Branch: refs/heads/apache-crunch-0.8 Commit: b6791f86a7141531b74596ab9ee56a4e7a9f7057 Parents: 81b5701 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:36 2014 -0700 ---------------------------------------------------------------------- crunch-scrunch/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/b6791f86/crunch-scrunch/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml index e97133a..b7106e0 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>
