| Marking this ticket as depending on
HSEARCH-1885 Open . Because of
HSEARCH-1885 Open , the only way to use TikaBridge in WildFly is to create a module for 'org.apache.tika' and make it available in the WildFly server. This module doesn't exist currently for a good reason: tika-parsers has scores of dependencies, it would just be hell to package it. One solution would be to create a module that only includes the dependencies we need for a particular application, but in our case it's not very practical: we don't want to publish such a module, so we'd need to create it inside the integrationtest/wildfly module... The resulting POM may be a bit messy. |