mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-4917 : Update upstream projects (#517)
* REPO-4917 : Update upsteam projects Bump remote-api to 8.73 Bump repository to 8.61 Bump data-model to 8.75 Bump core to 8.12 Bump api-explorer to 6.2.1 * Remove unsoported transformation PDF -> PDF LocalPassThroughTransform was added and supports same source/target mimetype
This commit is contained in:
committed by
GitHub
parent
2862247f9d
commit
ff325f6e24
2
pom.xml
2
pom.xml
@@ -69,7 +69,7 @@
|
|||||||
<image.tag>latest</image.tag>
|
<image.tag>latest</image.tag>
|
||||||
|
|
||||||
<dependency.alfresco-remote-api.version>8.73</dependency.alfresco-remote-api.version>
|
<dependency.alfresco-remote-api.version>8.73</dependency.alfresco-remote-api.version>
|
||||||
<dependency.alfresco-repository.version>8.52</dependency.alfresco-repository.version>
|
<dependency.alfresco-repository.version>8.61</dependency.alfresco-repository.version>
|
||||||
<dependency.alfresco-data-model.version>8.75</dependency.alfresco-data-model.version>
|
<dependency.alfresco-data-model.version>8.75</dependency.alfresco-data-model.version>
|
||||||
<dependency.alfresco-core.version>8.12</dependency.alfresco-core.version>
|
<dependency.alfresco-core.version>8.12</dependency.alfresco-core.version>
|
||||||
|
|
||||||
|
@@ -126,7 +126,6 @@ public class AvailableRenditionTests extends RenditionIntegrationTests
|
|||||||
toTest.add(new Object[]{"quick/quick.png", renditionId});
|
toTest.add(new Object[]{"quick/quick.png", renditionId});
|
||||||
toTest.add(new Object[]{"quick/quick.gif", renditionId});
|
toTest.add(new Object[]{"quick/quick.gif", renditionId});
|
||||||
toTest.add(new Object[]{"quick/quick.jpg", renditionId});
|
toTest.add(new Object[]{"quick/quick.jpg", renditionId});
|
||||||
toTest.add(new Object[]{"quick/quick.pdf", renditionId});
|
|
||||||
|
|
||||||
return toTest.iterator();
|
return toTest.iterator();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user