I see that the OCM component was moved outside Jackrabbit trunk along with
other
components that depend only on the standard JCR API. The lastest
jackrabbit-ocm version is 1.5.3. It depends on jackrabbit-core-1.5.0(I fount
that in the pom.xml of jackrabbit-ocm-1.5.3).
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<version>1.5.0</version>
<scope>test</scope>
</dependency>
So I want to know whether it can work with jackrabbit-core-1.6.0. Also if
jackrabbit upgrade to 2.0, the ocm component will still work fine?
Thank you~
--
View this message in context:
http://www.nabble.com/Jackrabbit-ocm---jackrabbit-core-1.6-or-2.0-tp25378452p25378452.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.