On Sat, 2019-04-27 at 23:43 -0500, zhouxu wrote: > we use oak in my project simply,just add a dependency to > org.apache.jackrabbit:oak-jcr:1.0.0 and to javax.jcr:jcr:2.0 . can > we use > sling to connect to our oak repository ?or Do you have any other > way? > thanks!
If you want to use composum you need to run Oak with Apache Sling [1]. Not sure how you deploy Oak currently, but getting started with Apache Sling is documented at [2]. Robert [1]: http://sling.apache.org/ [2]: https://sling.apache.org/documentation/getting-started.html
