...
Info |
---|
Depending on your project you might want to set the scope of the dependencies to |
Repository
Set up the following repository to fetch the dependencies:Slice is deployed to Maven central repository which means you don't have to specify any repositories to fetch id. However, you might want to add the following repositories to fetch CQ dependencies or other OSGi bundles.
Code Block | ||||
---|---|---|---|---|
| ||||
<repositories> ... <repository> <id>TBD</id> <name>TBD</name> <url>TBD</url> <repository> <id>adobe-public-releases</id> <name>Adobe Public Repository</name> <url>http://repo.adobe.com/nexus/content/groups/public</url> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> </snapshots> </repository> <repository> <id>com.springsource.repository.bundles.external</id> <name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name> <url>http://repository.springsource.com/maven/bundles/external/</url> </repository> </repositories> |
...
The information who to write a correct activator is enclosed in this page: Writing Activatoractivator