From: Ray Lee Date: Mon, 29 Apr 2019 05:56:21 +0000 (-0700) Subject: DRYD-630: Make nuxeo-core-storage and nuxeo-core-api dependencies provided. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=00e66cc955c92a82721aeac8c1628dad22d16b6e;p=tmp%2Fjakarta-migration.git DRYD-630: Make nuxeo-core-storage and nuxeo-core-api dependencies provided. --- diff --git a/pom.xml b/pom.xml index 2a61907ca..77b359dd5 100644 --- a/pom.xml +++ b/pom.xml @@ -495,6 +495,7 @@ + org.nuxeo.ecm.automation nuxeo-automation-io @@ -523,6 +524,7 @@ org.nuxeo.ecm.core nuxeo-core-api ${nuxeo.core.version} + provided com.sun.jersey @@ -595,6 +597,12 @@ + + org.nuxeo.ecm.core + nuxeo-core-storage + ${nuxeo.core.version} + provided + org.nuxeo.ecm.core nuxeo-opencmis-impl diff --git a/services/common/lib/nuxeo/nuxeo-core-api-9.10-HF30.jar b/services/common/lib/nuxeo/nuxeo-core-api-9.10-HF30.jar new file mode 100644 index 000000000..b60579044 Binary files /dev/null and b/services/common/lib/nuxeo/nuxeo-core-api-9.10-HF30.jar differ