]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-630: Make nuxeo-core-storage and nuxeo-core-api dependencies provided.
authorRay Lee <ray.lee@lyrasis.org>
Mon, 29 Apr 2019 05:56:21 +0000 (22:56 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Mon, 29 Apr 2019 05:56:21 +0000 (22:56 -0700)
pom.xml
services/common/lib/nuxeo/nuxeo-core-api-9.10-HF30.jar [new file with mode: 0644]

diff --git a/pom.xml b/pom.xml
index 2a61907ca455325876a54d9317f29eaddb3ca01a..77b359dd549c44c903f02a7a250b3b960f34f0cd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        </dependency>
 
                        <!-- Start of Nuxeo dependencies -->
+
                        <dependency>
                                <groupId>org.nuxeo.ecm.automation</groupId>
                                <artifactId>nuxeo-automation-io</artifactId>
                                <groupId>org.nuxeo.ecm.core</groupId>
                                <artifactId>nuxeo-core-api</artifactId>
                                <version>${nuxeo.core.version}</version>
+                               <scope>provided</scope>
                                <exclusions>
                                        <exclusion>
                                                <groupId>com.sun.jersey</groupId>
                                        </exclusion>
                                </exclusions>
                        </dependency>
+                       <dependency>
+                               <groupId>org.nuxeo.ecm.core</groupId>
+                               <artifactId>nuxeo-core-storage</artifactId>
+                               <version>${nuxeo.core.version}</version>
+                               <scope>provided</scope>
+                       </dependency>
                        <dependency>
                                <groupId>org.nuxeo.ecm.core</groupId>
                                <artifactId>nuxeo-opencmis-impl</artifactId>
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 (file)
index 0000000..b605790
Binary files /dev/null and b/services/common/lib/nuxeo/nuxeo-core-api-9.10-HF30.jar differ