Page 1 of 1

Incorrect Maven dependency : commons-vfs-patched

PostPosted: Tue Feb 22, 2011 4:53 am
by beric
Hello

I build my project with Maven.
Maven cannot find the jar file for dependency: org.apache.commons:commons-vfs-patched:jar:1.9.1
Looking at the Plutext repository, I cannot find version 1.9.1 of that library.
There is only version 1.1 and 1.1a.

regards,


Eric

Re: Incorrect Maven dependency : commons-vfs-patched

PostPosted: Tue Feb 22, 2011 10:21 am
by jason
Code: Select all
      <repository>
         <id>webdavclient4j</id>
         <name>webdavclient4j Maven 2 repository</name>
         <url>https://webdavclient4j.svn.sourceforge.net/svnroot/webdavclient4j/trunk/m2</url>
      </repository>


In particular, https://webdavclient4j.svn.sourceforge. ... hed/1.9.1/

Re: Incorrect Maven dependency : commons-vfs-patched

PostPosted: Tue Feb 22, 2011 8:40 pm
by beric
Thank you.

Eric