Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
There's a newer verision of com.day.cq.wcm:cq-wcm-taglib in AEM 6.5.21 (version 5.13.8), but it's not available on mvnrepository.com
Is there another way to download it so we can add to our parent pom? Thanks.
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
Here's the response from Adobe support:
"We understand that you are looking to upgrade to version 5.8.13, but currently, the latest version available on the Maven repository is 5.8.2. Our development and release teams are continuously working on updating and releasing new versions of our libraries and components. However, there might be a slight delay in the availability of the latest versions on public repositories due to various internal processes, including rigorous testing and validation to ensure the highest quality and stability."
Visualizações
respostas
Total de curtidas
Hi,
Maybe the version is not in the maven repo for a reason, I don't know if you can download from any other repo (legally). Have you considered using the version that is already available in AEM? You could set the scope of your dependency to provided
and explicitly specify the version that AEM is shipped with.
Hope this helps
When I change it to provided (without the version) I get the following error:
<!-- Taglibs -->
<dependency>
<groupId>com.day.cq.wcm</groupId>
<artifactId>cq-wcm-taglib</artifactId>
<scope>provided</scope>
</dependency>
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[WARNING] 'dependencies.dependency.version' for org.testng:testng:jar is either LATEST or RELEASE (both of them are being deprecated) @ line 340, column 22
[WARNING] The expression ${build.directory} is deprecated. Please use ${project.build.directory} instead. @
[ERROR] 'dependencies.dependency.version' for com.day.cq.wcm:cq-wcm-taglib:jar is missing. @ line 153, column 21
Visualizações
respostas
Total de curtidas
Right, you should declare the "version" as well (in reality the range of versions is preferable), check this out: https://docs.oracle.com/middleware/1212/core/MAVEN/maven_version.htm
Visualizações
respostas
Total de curtidas
It seems that the version 5.13.8 of cq-wcm-taglib is not available in the Adobe public repository.
[ERROR] Failed to execute goal on project jhi-investments.ui.apps: Could not resolve dependencies for project com.mim.aem:jhi-investments.ui.apps:content-package:1.37.0-SNAPSHOT: Could not find artifact com.day.cq.wcm:cq-wcm-taglib:jar:5.13.8 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) -> [Help 1]
Visualizações
respostas
Total de curtidas
Can anyone from Adobe please respond why version 5.13.8 is not available in https://mvnrepository.com/artifact/com.day.cq.wcm/cq-wcm-taglib or in the Adobe public repository?
Visualizações
respostas
Total de curtidas
Here's the response from Adobe support:
"We understand that you are looking to upgrade to version 5.8.13, but currently, the latest version available on the Maven repository is 5.8.2. Our development and release teams are continuously working on updating and releasing new versions of our libraries and components. However, there might be a slight delay in the availability of the latest versions on public repositories due to various internal processes, including rigorous testing and validation to ensure the highest quality and stability."
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas