With Slice version 3.1 CQ related modules were extracted to separate group named com.cognifide.slice-addon
. There are also separate versions of modules depending on CQ version.
Example dependency:
Code Block | ||||
---|---|---|---|---|
| ||||
<dependency>
<groupId>com.cognifide.slice-addon</groupId>
<artifactId>slice-${slice-addon.cq-version}</artifactId>
<version>${slice-addon.version}</version>
<scope>compile</scope>
</dependency> |
In place of ${slice-addon.cq-version}
you can define version of CQ, which you want to be supported, e.g. cq55
or cq56.
Currently there are two versions of CQ supported:
- CQ v.5.5 -https://github.com/Cognifide/Slice-CQ55
- CQ v.5.6 - https://github.com/Cognifide/Slice-CQ56