[
https://issues.apache.org/jira/browse/JCRVLT-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18023520#comment-18023520
]
Konrad Windszus commented on JCRVLT-821:
----------------------------------------
Looks like the minimum distribution we are testing against (in
https://github.com/apache/jackrabbit-filevault/blob/4806680419c3b403c2a7ce8c46708eaa96a48e92/target-osgi-environment/min-target-osgi-environment/pom.xml#L126)
does not provide the necessary version of commons-collections.
> Update of Jackrabbit (max) to Jackrabbit 2.22.2 fails
> -----------------------------------------------------
>
> Key: JCRVLT-821
> URL: https://issues.apache.org/jira/browse/JCRVLT-821
> Project: Jackrabbit FileVault
> Issue Type: Task
> Components: vlt
> Reporter: Julian Reschke
> Priority: Major
>
> Trying to update:
> jackrabbit.max.version
> to 2.22.2 breaks testing:
> {code}
> [ERROR] Failed to execute goal
> biz.aQute.bnd:bnd-resolver-maven-plugin:6.4.0:resolve (default) on project
> org.apache.jackrabbit.vault: Unable to resolve <<INITIAL>>: missing
> requirement
> osgi.identity;filter:='(osgi.identity=org.apache.jackrabbit.vault)' [caused
> by: Unable to resolve org.apache.jackrabbit.vault version=4.0.1.SNAPSHOT:
> missing requirement
> osgi.wiring.package;filter:='(&(osgi.wiring.package=org.apache.jackrabbit.spi.commons.conversion)(version>=2.5.0)(!(version>=3.0.0)))';osgi.wiring.package='org.apache.jackrabbit.spi.commons.conversion'
> [caused by: Unable to resolve org.apache.jackrabbit.jackrabbit-spi-commons
> version=2.22.2: missing requirement
> osgi.wiring.package;filter:='(&(osgi.wiring.package=org.apache.commons.collections4)(version>=4.5.0)(!(version>=5.0.0)))';osgi.wiring.package='org.apache.commons.collections4']]
> -> [Help 1]
> {code}
> This surfaced when trying to test
> https://issues.apache.org/jira/browse/JCR-5140
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)