Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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:

Maven dependency
<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:

 

  • No labels