From ff325f6e24869043c6e6866b01a97a2321330a12 Mon Sep 17 00:00:00 2001 From: Alexandru-Eusebiu Epure Date: Tue, 7 Jan 2020 10:44:46 +0200 Subject: [PATCH] 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 --- pom.xml | 2 +- .../org/alfresco/rest/renditions/AvailableRenditionTests.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 392c71d75e..3743e657e9 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ latest 8.73 - 8.52 + 8.61 8.75 8.12 diff --git a/tests/tas-restapi/src/test/java/org/alfresco/rest/renditions/AvailableRenditionTests.java b/tests/tas-restapi/src/test/java/org/alfresco/rest/renditions/AvailableRenditionTests.java index c3facea640..e73a7b1c2d 100644 --- a/tests/tas-restapi/src/test/java/org/alfresco/rest/renditions/AvailableRenditionTests.java +++ b/tests/tas-restapi/src/test/java/org/alfresco/rest/renditions/AvailableRenditionTests.java @@ -126,7 +126,6 @@ public class AvailableRenditionTests extends RenditionIntegrationTests toTest.add(new Object[]{"quick/quick.png", renditionId}); toTest.add(new Object[]{"quick/quick.gif", renditionId}); toTest.add(new Object[]{"quick/quick.jpg", renditionId}); - toTest.add(new Object[]{"quick/quick.pdf", renditionId}); return toTest.iterator(); }