Skip to content

Commit

Permalink
update dependencies in ITs to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Nov 13, 2023
1 parent 2dd30b9 commit b78bbf7
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 209 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
<dependency>
<groupId>com.adobe.aem</groupId>
<artifactId>uber-jar</artifactId>
<classifier>apis</classifier>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-global-parent</artifactId>
<version>2.0.16</version>
<version>2.1.10</version>
<relativePath/>
</parent>

Expand All @@ -29,8 +29,8 @@
<eclipse.settings.nullanalysis>enabled</eclipse.settings.nullanalysis>

<!-- Versions -->
<core.wcm.components.version>2.21.0</core.wcm.components.version>
<acs.aem.commons.version>5.3.2</acs.aem.commons.version>
<core.wcm.components.version>2.23.4</core.wcm.components.version>
<acs.aem.commons.version>6.3.0</acs.aem.commons.version>

<!-- Enable reproducible builds -->
<project.build.outputTimestamp>2021-01-01T00:00:00Z</project.build.outputTimestamp>
Expand Down Expand Up @@ -84,12 +84,12 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.api</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.models.impl</artifactId>
<version>1.5.0</version>
<version>1.6.4</version>
</dependency>

<!-- Latest Sling Context-Aware Configuration bundles -->
Expand Down Expand Up @@ -118,17 +118,17 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.extensions</artifactId>
<version>1.9.0</version>
<version>1.9.4</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<version>1.13.0</version>
<version>1.15.6</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.sling.commons</artifactId>
<version>1.5.0</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -138,17 +138,17 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.commons</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.parsys</artifactId>
<version>1.6.8</version>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.ui.granite</artifactId>
<version>1.9.8</version>
<version>1.9.14</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -158,44 +158,44 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.commons</artifactId>
<version>1.4.4</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.url</artifactId>
<version>1.9.0</version>
<version>1.10.2</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.media</artifactId>
<version>1.14.12</version>
<version>1.15.8</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.link</artifactId>
<version>1.9.2</version>
<version>1.10.2</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.richtext</artifactId>
<version>1.6.0</version>
<version>1.6.4</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<version>1.12.0-2.20.0</version>
<version>1.14.0-2.23.2</version>
</dependency>
<dependency>
<groupId>io.wcm.devops.conga.definitions</groupId>
<artifactId>io.wcm.devops.conga.definitions.aem</artifactId>
<version>1.13.0</version>
<version>2.0.2</version>
</dependency>

<!-- wcm.io Testing -->
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.aem-mock.junit5</artifactId>
<version>5.1.0</version>
<version>5.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>
Expand All @@ -210,7 +210,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.testing.caconfig-mock-plugin</artifactId>
<version>1.4.0</version>
<version>1.5.2</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -220,7 +220,7 @@
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.testing.wcm-io-mock.sling</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
Expand All @@ -237,7 +237,7 @@
<dependency>
<groupId>io.wcm.maven</groupId>
<artifactId>io.wcm.maven.aem-dependencies</artifactId>
<version>6.5.0.0005</version>
<version>6.5.18.0000</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -278,19 +278,19 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.9.1</version>
<version>5.10.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>4.8.0</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>4.8.0</version>
<version>5.7.0</version>
</dependency>

</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@
<artifactId>io.wcm.caconfig.editor</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.caconfig.editor</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.sling.commons</artifactId>
Expand All @@ -100,49 +93,21 @@
<artifactId>io.wcm.wcm.commons</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.commons</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.parsys</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.parsys</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.ui.granite</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.ui.granite</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.ui.clientlibs</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.ui.clientlibs</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.commons</artifactId>
Expand All @@ -153,61 +118,26 @@
<artifactId>io.wcm.handler.url</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.url</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.media</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.media</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.link</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.link</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.richtext</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.handler.richtext</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.wcm</groupId>
<artifactId>io.wcm.wcm.core.components</artifactId>
<classifier>content</classifier>
<type>zip</type>
<scope>compile</scope>
</dependency>

</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ config:
httpd:
headers:
# Set default expiration time for text/html responses (also affects dispatcher caching/invalidation)
htmlExpirationTimeMin: 0
htmlExpirationTimeSec: 0

# Replication configuration not required for AEM cloud service
replication:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,50 +65,30 @@ files:
dir: bundles
- url: mvn:io.wcm/io.wcm.caconfig.editor
dir: bundles
- url: mvn:io.wcm/io.wcm.caconfig.editor//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.sling.commons
dir: bundles
- url: mvn:io.wcm/io.wcm.sling.models
dir: bundles
- url: mvn:io.wcm/io.wcm.wcm.commons
dir: bundles
- url: mvn:io.wcm/io.wcm.wcm.commons//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.wcm.parsys
dir: bundles
- url: mvn:io.wcm/io.wcm.wcm.parsys//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.wcm.ui.granite
dir: bundles
- url: mvn:io.wcm/io.wcm.wcm.ui.granite//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.wcm.ui.clientlibs
dir: bundles
- url: mvn:io.wcm/io.wcm.wcm.ui.clientlibs//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.handler.commons
dir: bundles
- url: mvn:io.wcm/io.wcm.handler.url
dir: bundles
- url: mvn:io.wcm/io.wcm.handler.url//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.handler.media
dir: bundles
- url: mvn:io.wcm/io.wcm.handler.media//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.handler.link
dir: bundles
- url: mvn:io.wcm/io.wcm.handler.link//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.handler.richtext
dir: bundles
- url: mvn:io.wcm/io.wcm.handler.richtext//zip/content
dir: packages
- url: mvn:io.wcm/io.wcm.wcm.core.components
dir: bundles
- url: mvn:io.wcm/io.wcm.wcm.core.components//zip/content
dir: packages

# Application bundles andpackages
- url: mvn:io.wcm.devops.conga.plugins.aem.it/io.wcm.devops.conga.plugins.aem.it.aemcloud.core
Expand Down
Loading

0 comments on commit b78bbf7

Please sign in to comment.