Skip to content

Commit

Permalink
Add missing dependency for bundle fragment "bundle-onprem"
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Dec 5, 2024
1 parent 5907675 commit 52a5bee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>acs-aem-commons-bundle-onprem</artifactId>
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>acs-aem-commons-ui.apps</artifactId>
Expand Down

0 comments on commit 52a5bee

Please sign in to comment.