-
Type:
Task
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: JCR Oak Server 1.1.0
-
Fix Version/s: JCR Oak Server 1.1.4
-
Component/s: Oak
-
Labels:None
The pom of oak-server defines two dependencies to org.apache.sling.api
- 2.3.0 with scope provided
- 2.15.0 with scope test
Removing the provided scope dependency works. Also the oak-server bundle has no imports for org.apache.sling.api, suggesting that only a test dependency is required.