Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't install acs-aem-commons-6.6.0/6.5.0 #3358

Open
3 tasks
jerinraj5555 opened this issue Jun 6, 2024 · 3 comments
Open
3 tasks

Couldn't install acs-aem-commons-6.6.0/6.5.0 #3358

jerinraj5555 opened this issue Jun 6, 2024 · 3 comments
Labels

Comments

@jerinraj5555
Copy link

jerinraj5555 commented Jun 6, 2024

Required Information

  • AEM Version: 6.5.21
  • ACS AEM Commons Version: 6.6.0/6.5.0
  • Reproducible on Latest? yes

I can't install the acs-aem-commons-6.6.0 package in the AEM Dev instance (SP 21) manually or using the curl command. I'm getting a dependency missing error: day/cq60/product:cq-content:6.6'

Error: Refusing to install package adobe/consulting:acs-aem-commons-ui.apps:6.5.0. required dependencies missing: [day/cq60/product:cq-content:6.6]

image

Steps to Reproduce

  1. Set up an AEM instance from scratch
  2. Install Service Pack 21
  3. Install acs-aem-commons-6.6.0 or 6.5.0
@jerinraj5555 jerinraj5555 changed the title Couldn't install acs-aem-commons-6.6.0 Couldn't install acs-aem-commons-6.6.0/6.5.0 Jun 6, 2024
@kwin
Copy link
Contributor

kwin commented Jun 10, 2024

It seems you used the cloud variant (with classifier cloud) for AEM 6.5. Please use the artifact without classifier for AEM 6.5.x

@jerinraj5555
Copy link
Author

jerinraj5555 commented Jun 11, 2024

Hi @kwin , We aren't using a classifier for AEM 6.5.21 because it's an on-premises instance. Please find our dependency declaration in the pom.xml.

  ```
 <dependency>
            <groupId>com.adobe.acs</groupId>
            <artifactId>acs-aem-commons-bundle</artifactId>
            <version>${acs.commons.version}</version>
            <scope>provided</scope>
        </dependency>
         `   <dependency>
                <groupId>com.adobe.acs</groupId>
                <artifactId>acs-aem-commons-all</artifactId>
                <version>${acs.commons.version}</version>
                <type>zip</type>
            </dependency>`

@davidjgonzalez
Copy link
Contributor

I just tried installing the 6.6.2 NON-CLOUD all package, and it looks fine. This should be the same as the 6.6.0 NON-CLOUD app package. The screenshot below is on 6.5 SP 21.

Are you sure you arent uploading manually, or via some other means? Can you try 6.6.2 (not that anything changed in this regard on 6.6.0).

2024-06-25 at 1 03 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants