Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
CQ-93489 - [We.Retail] Pages cannot be edited
Browse files Browse the repository at this point in the history
* Added core components super-package to we.retails super-package

(RTC not needed)
  • Loading branch information
vladbailescu committed Aug 9, 2016
1 parent f71fdc4 commit 0f72ec5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@
<artifactId>we.retail.commons.content</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.cq</groupId>
<artifactId>com.adobe.cq.wcm.core.components.all</artifactId>
<filter>true</filter>
</subPackage>
</subPackages>
<dependencies>
<dependency>
Expand All @@ -114,6 +119,13 @@
<type>content-package</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>com.adobe.cq.wcm.core.components.all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>content-package</type>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>

Expand Down Expand Up @@ -158,6 +170,11 @@
<artifactId>we.retail.commons.content</artifactId>
<filter>true</filter>
</subPackage>
<subPackage>
<groupId>com.adobe.cq</groupId>
<artifactId>com.adobe.cq.wcm.core.components.all</artifactId>
<filter>true</filter>
</subPackage>
</subPackages>
</configuration>
</plugin>
Expand All @@ -171,6 +188,13 @@
<type>content-package</type>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>com.adobe.cq.wcm.core.components.all</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>content-package</type>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>
</profiles>
Expand Down

0 comments on commit 0f72ec5

Please sign in to comment.