Hello all,
I added to my grails application the docx dependency 2.5.0 (2.6.0 doens't work but it's an other issue).
when maven resolve dependencies, I have this version of commons-vfs-patched that manven want to download :
org.apache.commons#commons-vfs-patched;1.9.1
But when I look in the repostitory : http://dev.plutext.org/trac/docx4j/brow ... fs-patched
there are only two version 1.1 and 1.1a.
Even if i had one of these two version manually I have this error : java.lang.NoClassDefFoundError: org/apache/commons/vfs/FileSystemException
Any Idea, I'm stucked for a while.
Cheers.