Skip to content

Commit

Permalink
Remove package dependency on SP10 (#3137)
Browse files Browse the repository at this point in the history
This fixes #3135
  • Loading branch information
kwin authored Jul 11, 2023
1 parent 768bb4c commit f89a3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com)

## Fixed

- #3135 - Unable to install ACS AEM Commons 6.0.12 on AEM Cloud
- #3117 - Dispatcher flush not working in publish mode

## 6.0.12 - 2023-07-10
Expand Down
6 changes: 1 addition & 5 deletions ui.apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@
<name>cq-content</name>
<version>[6.5.6,)</version><!-- version shipped with AEM 6.5.0 GA -->
</dependency>
<dependency>
<group>adobe/cq650/servicepack</group>
<name>aem-service-pkg</name>
<version>[6.5.10,)</version><!-- at least SP10 required -->
</dependency>
<!-- cannot depend on SP 10 as never satisfied on AEMCloud -->
</dependencies>
</configuration>
</plugin>
Expand Down

0 comments on commit f89a3b7

Please sign in to comment.