Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jul 3, 2024
2 parents 0cc10c4 + fb1b5c2 commit 0759039
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-cloud-dependencies</artifactId>
<version>2024.6.16799.20240614T073455Z-240500.0000</version>
<version>2024.6.16971.20240628T122619Z-240600.0000</version>
<packaging>pom</packaging>

<name>AEM Cloud Service Dependencies</name>
Expand Down Expand Up @@ -86,7 +86,7 @@
<groupId>com.adobe.aem</groupId>
<artifactId>aem-sdk-api</artifactId>
<!-- update-aem-deps:from-aem-sdk-api -->
<version>2024.6.16799.20240614T073455Z-240500</version>
<version>2024.6.16971.20240628T122619Z-240600</version>
</dependency>

<!-- OSGI (individual artifacts) -->
Expand Down Expand Up @@ -174,6 +174,12 @@
<!-- update-aem-deps:bundle-package=org.apache.felix.framework:org.osgi.service.url -->
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.condition</artifactId>
<!-- update-aem-deps:bundle-package=org.apache.felix.framework:org.osgi.service.condition -->
<version>1.0.0</version>
</dependency>

<!-- OSGi annotations -->
<dependency>
Expand Down Expand Up @@ -508,7 +514,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.jcr.resource</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
Expand Down

0 comments on commit 0759039

Please sign in to comment.