Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.6
-
None
-
Maven 3.3
Description
The jackrabbit-spi-2.6.6.jar is missing in Maven central repository. When defining the dependency in a Maven POM
<dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-spi</artifactId> <version>2.6.6</version> </dependency>
For unknown reasons the 2.6.6 version provides not all artifacts:
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.jackrabbit%22%20AND%20v%3A%222.6.6%22
as compared to 2.6.5 release version:
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.jackrabbit%22%20AND%20v%3A%222.6.5%22
To enable a smooth upgrade from 2.6.5 to 2.6.6 (to fix JCR-3883 / CVE-2015-1833) it would be very helpful if the missing artifacts are added to the maven central repository.