File tree 3 files changed +6
-3
lines changed
examples/content-packages/examples-libs
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 26
26
# install AEM 6.5 with service pack
27
27
mvn --non-recursive wcmio-content-package:install \
28
28
--activate-profiles=${MAVEN_PROFILES} \
29
- -Dvault.artifact=adobe.binary.aem.65.servicepack:aem-service-pkg:zip:6.5.21 .0 \
29
+ -Dvault.artifact=adobe.binary.aem.65.servicepack:aem-service-pkg:zip:6.5.22 .0 \
30
30
-Dvault.delayAfterInstallSec=30
31
31
32
32
if [ " $? " -ne " 0" ]; then
Original file line number Diff line number Diff line change 139
139
<groupId >io.wcm</groupId >
140
140
<artifactId >io.wcm.caconfig.extensions</artifactId >
141
141
<!-- Stick with version 1.8.x because 1.9.x depends on latest Sling Context-Aware Configuration SPI/Impl -->
142
- <version >1.10.2 </version >
142
+ <version >1.8.8 </version >
143
143
</dependency >
144
144
<dependency >
145
145
<groupId >io.wcm</groupId >
174
174
<dependency >
175
175
<groupId >io.wcm</groupId >
176
176
<artifactId >io.wcm.handler.media</artifactId >
177
- <version >2.4.0 </version >
177
+ <version >2.4.2 </version >
178
178
</dependency >
179
179
<dependency >
180
180
<groupId >io.wcm</groupId >
Original file line number Diff line number Diff line change 10
10
],
11
11
"ignorePaths" : [
12
12
" **/parent/**"
13
+ ],
14
+ "ignoreDeps" : [
15
+ " io.wcm:io.wcm.caconfig.extensions"
13
16
]
14
17
}
You can’t perform that action at this time.
0 commit comments