Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ For a list of requirements for previous versions, see [Historical System Require

### AEM Commerce connector for Magento

This project uses the [AEM Commerce connector for Magento](https://github.com/adobe/commerce-cif-connector) to improve the authoring experience by leveraging the product pickers, product assets view and consoles provided by the connector package.
This project uses the [AEM Commerce connector for Magento](https://github.com/adobe/commerce-cif-connector) to improve the authoring experience by leveraging the product pickers, product assets view and consoles provided by the connector package. The AEM Commerce connector must be installed separately as part of the customer project.

### AEM Sites Core Components

Expand Down
1 change: 0 additions & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@
<jacoco.version>0.7.9</jacoco.version>
<graphql.client.version>1.2.0</graphql.client.version>
<magento.graphql.version>5.0.0-magento234</magento.graphql.version>
<cif.connector.version>0.9.0</cif.connector.version>

<core.wcm.components.version>2.7.0</core.wcm.components.version>

Expand Down
15 changes: 0 additions & 15 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@
<name>cq-ui-wcm-editor-content</name>
<version>(1.0.138,)</version>
</dependency>
<dependency>
<group>day/cq60/product</group>
<name>cif-connector-content</name>
<version>${cif.connector.version}</version>
</dependency>
</dependencies>
</configuration>
</plugin>
Expand Down Expand Up @@ -253,16 +248,6 @@
</plugins>
</build>


<dependencies>
<dependency>
<groupId>com.adobe.commerce.cif</groupId>
<artifactId>cif-connector-content</artifactId>
<version>${cif.connector.version}</version>
<type>zip</type>
</dependency>
</dependencies>

<!-- ====================================================================== -->
<!-- P R O F I L E S -->
<!-- ====================================================================== -->
Expand Down