Yup, your right the mrunit pom file is specified here: https://cwiki.apache.org/confluence/display/MRUNIT/Index%3bjsessionid=C4B0ADDF6B88BBEFCF60136A62441A12
too bad that it needs a classifier :( Unfortunately, it makes the http://mvnrepository.com/artifact/org.apache.mrunit/mrunit/0.9.0-incubating link not as useful. On Fri, Nov 9, 2012 at 3:35 PM, Brock Noland <[email protected]> wrote: > I think you missing the classifier: > > http://cwiki.apache.org/confluence/display/MRUNIT > > Brock > > On Fri, Nov 9, 2012 at 2:33 PM, Matt Goeke <[email protected]> > wrote: > > Have you tried any of the other versions listed in the link below? I > haven't > > had to pull it down in a while but the dependency block you pasted seems > to > > match up with at least the latest version. > > > > http://mvnrepository.com/artifact/org.apache.mrunit/mrunit > > > > -- > > Matt > > > > > > On Fri, Nov 9, 2012 at 2:26 PM, Jay Vyas <[email protected]> wrote: > >> > >> Hi guys: Im having trouble getting MRUnit from maven. Is this the > >> correct pom? > >> > >> > >> <dependency> > >> <groupId>org.apache.mrunit</groupId> > >> <artifactId>mrunit</artifactId> > >> <version>0.9.0-incubating</version> > >> </dependency> > >> > >> > >> > >> -- > >> Jay Vyas > >> http://jayunit100.blogspot.com > > > > > > > > -- > Apache MRUnit - Unit testing MapReduce - > http://incubator.apache.org/mrunit/ > -- Jay Vyas http://jayunit100.blogspot.com
