Hi, On Thu, Mar 22, 2018 at 9:38 AM, Evgeniy Fitsner <[email protected]> wrote: > ...Sling Framework has OOTB dependencies. > Maybe we already have pom.xml file with this dependencies which I could > import into my project...
The parent pom has http://github.com/apache/sling-parent provides some of that, but not too much, intentionally, so that modules can have their own dependencies where needed. The provisioning files at https://github.com/apache/sling-org-apache-sling-starter/tree/master/src/main/provisioning define the dependencies of the default Sling runnable jar, might be useful as well. -Bertrand
