java - Jackrabbit RMI lucene conflict -
i wish integrate jackrabbit 2.x in application versioning of data.
my application has dependency on lucene 2.9.1
the problem jackrabbit dependent on higher version of lucene (3.6) , result can not place jackrabbit-core
jar in same classpath application conflicts lucene jars.
seeing prefer not implement webdav client thought using rmi implementation, however, see jackrabbit-rmi
jar dependent on jackrabbit-core
, lucene.
is there way work around use jackrabbit rmi in application? or there other solution allow me use jackrabbit without upgrading lucene jars?
you try using jarjar repackage newer lucene package , use there.
Comments
Post a Comment