Revert "Bump dependency.spring.version from 6.0.19 to 6.1.13 (#2909)" (#2919)

This reverts commit b4c18c9902.
This commit is contained in:
Maciej Pichura
2024-09-18 09:13:40 +02:00
committed by GitHub
parent b1cf324289
commit ba323979ff
4 changed files with 4 additions and 4 deletions

View File

@@ -250,7 +250,7 @@
<property name="delegate" ref="webscript.content.streamer" />
<property name="contentService" ref="contentService" />
<property name="repository" ref="repositoryHelper" />
<property name="nonAttachContentTypes" value="#{T(java.util.Arrays).asList('${content.nonAttach.mimetypes}'.split(','))}" />
<property name="nonAttachContentTypes" value="#{T(java.util.Arrays).asList('${content.nonAttach.mimetypes}')}" />
</bean>
<!-- Content Info -->