Repository: nutch
Updated Branches:
  refs/heads/master cb6fbae51 -> 34050adae


NUTCH-2291 - Fix mrunit dependencies
- remove classifier from dependency because pom file name on Maven repository 
does not contain a classifier


Project: http://git-wip-us.apache.org/repos/asf/nutch/repo
Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/c18e19bf
Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/c18e19bf
Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/c18e19bf

Branch: refs/heads/master
Commit: c18e19bfe63c3ac5221d1a0f454b9e1a037a4386
Parents: cb6fbae
Author: Sebastian Nagel <[email protected]>
Authored: Fri Jul 1 14:45:41 2016 +0200
Committer: Sebastian Nagel <[email protected]>
Committed: Fri Jul 1 14:45:41 2016 +0200

----------------------------------------------------------------------
 ivy/ivy.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nutch/blob/c18e19bf/ivy/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index a4e9481..a9a83ae 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -97,7 +97,7 @@
 
                <!--artifacts needed for testing -->
                <dependency org="junit" name="junit" rev="4.11" 
conf="test->default" />
-               <dependency org="org.apache.mrunit" name="mrunit" rev="1.1.0" 
conf="test->default" maven:classifier="hadoop2">
+               <dependency org="org.apache.mrunit" name="mrunit" rev="1.1.0" 
conf="test->default">
                        <artifact name="mrunit" maven:classifier="hadoop2" />
                        <exclude org="log4j" module="log4j" />
                </dependency>

Reply via email to