From: Richard Millet Date: Tue, 29 Nov 2011 19:27:53 +0000 (+0000) Subject: CSPACE-4526: Adding missing Nuxeo jars for proper image processing. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=039690e8c233f097c5ba4338e41425341fe4222c;p=tmp%2Fjakarta-migration.git CSPACE-4526: Adding missing Nuxeo jars for proper image processing. --- diff --git a/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-core-convert-5.5-I20111104_1115.jar b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-core-convert-5.5-I20111104_1115.jar new file mode 100644 index 000000000..200f19095 Binary files /dev/null and b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-core-convert-5.5-I20111104_1115.jar differ diff --git a/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-platform-commandline-executor-5.5-I20111104_1115.jar b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-platform-commandline-executor-5.5-I20111104_1115.jar new file mode 100644 index 000000000..2187e9877 Binary files /dev/null and b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-platform-commandline-executor-5.5-I20111104_1115.jar differ diff --git a/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-platform-imaging-convert-5.5-I20111104_1115.jar b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-platform-imaging-convert-5.5-I20111104_1115.jar new file mode 100644 index 000000000..345247af7 Binary files /dev/null and b/3rdparty/nuxeo/nuxeo-server/5.5-I20111104_1115/bundles/nuxeo-platform-imaging-convert-5.5-I20111104_1115.jar differ diff --git a/services/JaxRsServiceProvider/pom.xml b/services/JaxRsServiceProvider/pom.xml index 1bd50f0d6..a3a4910be 100644 --- a/services/JaxRsServiceProvider/pom.xml +++ b/services/JaxRsServiceProvider/pom.xml @@ -345,7 +345,8 @@ 2.2.2.SP8 provided - + + org.nuxeo.common nuxeo-common @@ -435,6 +436,12 @@ nuxeo-platform-usermanager-api ${nuxeo.core.version} + + org.nuxeo.ecm.platform + nuxeo-platform-commandline-executor + ${nuxeo.core.version} + provided + org.nuxeo.ecm.platform nuxeo-platform-api diff --git a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java index cc4d9fd65..2e4f76501 100644 --- a/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java +++ b/services/common/src/main/java/org/collectionspace/services/nuxeo/client/java/RepositoryJavaClientImpl.java @@ -999,8 +999,8 @@ public class RepositoryJavaClientImpl implements RepositoryClient