> On 22 янв. 2015 г., at 21:44, Szehon Ho <sze...@cloudera.com> wrote: > > I've seen this when there are some settings for maven repo that get this jar > to be in there twice (duplicate repository). In your case, its picking up > from > "file:/opt/home/mitya/.m2/repository" and "file:/home/mitya/.m2/repository/" > > Best to check the maven settings and make sure it is only in there once. >
Oh, I see, this is because /home is a symlink for /opt/home ... This is stupid. Thanks for clarification!