On 09.01.2020 14:25, Panos Konstantinidis wrote:
Hello, I've been using JackRabbit and Oak with a Mongo database for the past few months. I am using spring boot + gradle to build the executable jar with the following dependencies: // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-store-document compile group: 'org.apache.jackrabbit', name: 'oak-store-document', version: '1.18.0' // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-segment compile group: 'org.apache.jackrabbit', name: 'oak-segment', version: '1.6.18' // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-core compile group: 'org.apache.jackrabbit', name: 'oak-core', version: '1.18.0' // https://mvnrepository.com/artifact/org.apache.jackrabbit/oak-jcr compile group: 'org.apache.jackrabbit', name: 'oak-jcr', version: '1.18.0'
> ...
FWIW, you really should use consistent versions of all artefacts. Why are you using an antique version of the segment store? Best regards, Julian
