]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-630: Remove unneeded pom.
authorRay Lee <ray.lee@lyrasis.org>
Wed, 8 May 2019 21:55:21 +0000 (14:55 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Wed, 8 May 2019 21:55:21 +0000 (14:55 -0700)
cspace-ui/pom.xml [deleted file]

diff --git a/cspace-ui/pom.xml b/cspace-ui/pom.xml
deleted file mode 100644 (file)
index 20be830..0000000
+++ /dev/null
@@ -1,928 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-
-    <parent>
-        <artifactId>org.collectionspace.services.main</artifactId>
-        <groupId>org.collectionspace.services</groupId>
-        <version>5.2-SNAPSHOT</version>
-    </parent>
-
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>org.collectionspace.services.jaxrs.provider</artifactId>
-    <name>services.jaxrs.provider</name>
-    <packaging>war</packaging>
-
-    <properties>
-        <cs.release>0.5</cs.release>
-    </properties>
-
-    <dependencies>
-       <dependency>
-               <groupId>commons-collections</groupId>
-                       <artifactId>commons-collections</artifactId>
-                       <version>3.2.2</version>
-       </dependency>
-               <dependency>
-                       <artifactId>lucene-analyzers-common</artifactId>
-                       <groupId>org.apache.lucene</groupId>
-                       <scope>provided</scope>
-                       <version>4.7.2</version>
-               </dependency>
-               <dependency>
-                       <artifactId>lucene-sandbox</artifactId>
-                       <groupId>org.apache.lucene</groupId>
-                       <scope>provided</scope>
-                       <version>4.7.2</version>
-               </dependency>
-               <dependency>
-                       <artifactId>lucene-queries</artifactId>
-                       <groupId>org.apache.lucene</groupId>
-                       <scope>provided</scope>
-                       <version>4.7.2</version>
-               </dependency>
-               <dependency>
-                       <artifactId>lucene-core</artifactId>
-                       <groupId>org.apache.lucene</groupId>
-                       <scope>provided</scope>
-                       <version>4.7.2</version>
-               </dependency>
-               <dependency>
-                       <artifactId>lucene-queryparser</artifactId>
-                       <groupId>org.apache.lucene</groupId>
-                       <scope>provided</scope>
-                       <version>4.7.2</version>
-               </dependency>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>log4j</groupId>
-            <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
-            <scope>provided</scope>
-        </dependency>
-        <!-- somewhere dependency is added 1.6.1 unnecessarily -->
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <version>1.6.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <version>1.6.1</version>
-            <scope>test</scope>
-        </dependency>
-        <!-- CollectionSpace dependencies -->
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.authorization.service</artifactId>
-            <version>${project.version}</version>
-            <exclusions>
-               <exclusion>
-                       <artifactId>jboss-logging-log4j</artifactId>
-                       <groupId>org.jboss.logging</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-                       <groupId>org.collectionspace.services</groupId>
-               <artifactId>org.collectionspace.services.authentication.service</artifactId>
-               <version>${project.version}</version>
-               <exclusions>
-                               <exclusion>
-                                       <artifactId>servlet-api-2.5</artifactId>
-                                       <groupId>org.mortbay.jetty</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>spring-core</artifactId>
-                                       <groupId>org.springframework</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>spring-beans</artifactId>
-                                       <groupId>org.springframework</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jsp-api-2.1</artifactId>
-                                       <groupId>org.mortbay.jetty</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jsp-2.1</artifactId>
-                                       <groupId>org.mortbay.jetty</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jaxb-impl</artifactId>
-                                       <groupId>com.sun.xml.bind</groupId>
-                               </exclusion>
-                       </exclusions>
-        </dependency>
-               <dependency>
-                       <groupId>org.collectionspace.services</groupId>
-                       <artifactId>org.collectionspace.services.common</artifactId>
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>servlet-api-2.5</artifactId>
-                                       <groupId>org.mortbay.jetty</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>spring-core</artifactId>
-                                       <groupId>org.springframework</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>spring-beans</artifactId>
-                                       <groupId>org.springframework</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jsf-api</artifactId>
-                                       <groupId>com.sun.faces</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>lucene-sandbox</artifactId>
-                                       <groupId>org.apache.lucene</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>lucene-queries</artifactId>
-                                       <groupId>org.apache.lucene</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>lucene-core</artifactId>
-                                       <groupId>org.apache.lucene</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>lucene-queryparser</artifactId>
-                                       <groupId>org.apache.lucene</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>lucene-analyzers-common</artifactId>
-                                       <groupId>org.apache.lucene</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>nuxeo-automation-server</artifactId>
-                                       <groupId>org.nuxeo.ecm.automation</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>nuxeo-automation-io</artifactId>
-                                       <groupId>org.nuxeo.ecm.automation</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jsp-api-2.1</artifactId>
-                                       <groupId>org.mortbay.jetty</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jsp-2.1</artifactId>
-                                       <groupId>org.mortbay.jetty</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>jaxb-impl</artifactId>
-                                       <groupId>com.sun.xml.bind</groupId>
-                               </exclusion>
-                       </exclusions>
-               </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.account.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.authorization-mgt.service</artifactId>
-            <version>${project.version}</version>
-                       <exclusions>
-               <exclusion>
-                       <artifactId>jboss-logging-log4j</artifactId>
-                       <groupId>org.jboss.logging</groupId>
-               </exclusion>
-                <exclusion>
-                    <groupId>org.collectionspace.services</groupId>
-                    <artifactId>org.collectionspace.services.authorization-mgt.import</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.blob.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.collectionobject.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.id.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.intake.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.group.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.loanin.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.loanout.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.claim.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.exhibition.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.conditioncheck.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.conservation.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.objectexit.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.batch.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.imports.service</artifactId>
-             <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.structureddate.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.systeminfo.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.media.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.valuationcontrol.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.location.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.place.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.work.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.material.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.concept.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.taxonomy.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.movement.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.propagation.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.pottag.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.report.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.dimension.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.publicitem.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.servicegroup.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.contact.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.acquisition.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.vocabulary.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.organization.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.person.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.citation.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.relation.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.workflow.service</artifactId>
-            <version>${project.version}</version>
-        </dependency>
-        <!--dependency>
-            <groupId>org.collectionspace.services</groupId>
-            <artifactId>org.collectionspace.services.query.service</artifactId>
-            <version>1.0</version>
-        </dependency-->
-        <dependency>
-            <groupId>commons-io</groupId>
-            <artifactId>commons-io</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>resteasy-jaxrs</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>resteasy-jaxb-provider</artifactId>
-            <exclusions>
-               <exclusion>
-                       <artifactId>jaxb-impl</artifactId>
-                       <groupId>com.sun.xml.bind</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.resteasy</groupId>
-            <artifactId>resteasy-multipart-provider</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-
-        <!-- dependencies on spring security & framework are runtime deps only -->
-        <!-- the following list is kept to make sure domain has these packages -->
-        <!-- in the cspace/lib directory -->
-        <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-core</artifactId>
-            <version>${spring.security.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-config</artifactId>
-            <version>${spring.security.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.security</groupId>
-            <artifactId>spring-security-web</artifactId>
-            <version>${spring.security.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework.security.oauth</groupId>
-            <artifactId>spring-security-oauth2</artifactId>
-            <version>${spring.security.oauth2.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-            <version>${spring.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context-support</artifactId>
-            <version>${spring.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>${spring.version}</version>
-            <scope>provided</scope>
-            <exclusions>
-               <exclusion>
-                       <artifactId>spring-core</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-               <exclusion>
-                       <artifactId>spring-beans</artifactId>
-                       <groupId>org.springframework</groupId>
-               </exclusion>
-            </exclusions>
-        </dependency>
-
-               <!-- AspectJ dependencies -->
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>aspectjrt</artifactId>
-                       <version>${aspectj.version}</version>
-                       <scope>runtime</scope>
-               </dependency>
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>aspectjtools</artifactId>
-                       <version>${aspectj.version}</version>
-               </dependency>
-               <dependency>
-                       <groupId>org.aspectj</groupId>
-                       <artifactId>aspectjweaver</artifactId>
-                       <version>${aspectj.version}</version>
-               </dependency>
-
-        <!-- javax -->
-        <dependency>
-            <groupId>org.apache.tomcat</groupId>
-            <artifactId>tomcat-servlet-api</artifactId>
-            <version>${tomcat.version}</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- jboss -->
-        <dependency>
-            <groupId>jboss</groupId>
-            <artifactId>jboss-remoting</artifactId>
-            <version>2.2.2.SP8</version>
-            <scope>provided</scope>
-        </dependency>
-
-        <!-- nuxeo -->
-        <dependency>
-            <groupId>org.nuxeo.common</groupId>
-            <artifactId>nuxeo-common</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.runtime</groupId>
-            <artifactId>nuxeo-runtime</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core</artifactId>
-                       <exclusions>
-                <exclusion>
-                    <groupId>xerces</groupId>
-                    <artifactId>xercesImpl</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-api</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-convert</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.lib.core</groupId>
-            <artifactId>nuxeo-core-storage-sql-extensions</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-storage-sql-ra</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-query</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-schema</artifactId>
-        </dependency>
-        <!--
-        <dependency>
-            <groupId>org.nuxeo.ecm.core</groupId>
-            <artifactId>nuxeo-core-io</artifactId>
-        </dependency>
-         -->
-        <dependency>
-                       <groupId>org.nuxeo.runtime</groupId>
-                       <artifactId>nuxeo-runtime-jtajca</artifactId>
-                       <!-- Until issue http://issues.collectionspace.org/browse/CSPACE-4639 is resolved, we
-                               <version>5.5-NXP-8140</version>
-                               need to use this patched Nuxeo artifact that is only available on our public Maven
-                               repository -see http://nightly.collectionspace.org:8081/artifactory
-
-                               Once the issue is resolved and a public version of the artifact becomes available, we
-                               should revert this dependency's version to be the following:
-                       <version>${nuxeo.core.version}</version>
-                       -->
-                       <exclusions>
-                               <exclusion>
-                                       <artifactId>geronimo-transaction</artifactId>
-                                       <groupId>org.apache.geronimo.components</groupId>
-                               </exclusion>
-                               <exclusion>
-                                       <artifactId>geronimo-connector</artifactId>
-                                       <groupId>org.apache.geronimo.components</groupId>
-                               </exclusion>
-                       </exclusions>
-        </dependency>
-        <dependency>
-                       <groupId>org.nuxeo.runtime</groupId>
-                       <artifactId>nuxeo-runtime-datasource</artifactId>
-        </dependency>
-        <dependency>
-                       <groupId>org.nuxeo.ecm.platform</groupId>
-                       <artifactId>nuxeo-platform-usermanager-api</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-        <dependency>
-               <groupId>org.nuxeo.ecm.platform</groupId>
-               <artifactId>nuxeo-platform-commandline-executor</artifactId>
-            <version>${nuxeo.core.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-                       <groupId>org.nuxeo.ecm.platform</groupId>
-                       <artifactId>nuxeo-platform-api</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-        <dependency>
-                       <groupId>org.nuxeo.ecm.platform</groupId>
-                       <artifactId>nuxeo-platform-login</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-        <dependency>
-                       <groupId>org.nuxeo.ecm.platform</groupId>
-                       <artifactId>nuxeo-platform-imaging-core</artifactId>
-                       <version>${nuxeo.platform.version}</version>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-                       <groupId>org.nuxeo.ecm.platform</groupId>
-                       <artifactId>nuxeo-platform-audit-api</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.nuxeo.runtime</groupId>
-            <artifactId>nuxeo-runtime-osgi</artifactId>
-                       <version>${nuxeo.core.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <version>4.1.0</version>
-        </dependency>
-         <dependency>
-            <groupId>org.testng</groupId>
-            <artifactId>testng</artifactId>
-        </dependency>
-        <!-- Possibly not needed.  Please experiment and remove unnecessary artifacts -->
-        <dependency>
-                       <groupId>javax.security</groupId>
-                       <artifactId>jaas</artifactId>
-                       <version>1.0.01</version>
-        </dependency>
-        <dependency>
-                       <groupId>wutka-dtdparser</groupId>
-                       <artifactId>dtdparser121</artifactId>
-                       <version>1.2.1</version>
-        </dependency>
-        <dependency>
-                       <groupId>oswego-concurrent</groupId>
-                       <artifactId>concurrent</artifactId>
-                       <version>1.3.4-jboss-update1</version>
-        </dependency>
-        <dependency>
-                 <groupId>trove</groupId>
-                 <artifactId>trove</artifactId>
-                 <version>2.1.1</version>
-        </dependency>
-        <dependency>
-                 <groupId>qdox</groupId>
-                 <artifactId>qdox</artifactId>
-                 <version>1.6.1</version>
-               </dependency>
-               <!--
-        <dependency>
-                 <groupId>apache-xerces</groupId>
-                 <artifactId>xml-apis</artifactId>
-                 <version>2.9.1</version>
-        </dependency>
-        -->
-        <dependency>
-                 <groupId>org.apache</groupId>
-                 <artifactId>xmlsec</artifactId>
-                 <version>1.4.2</version>
-        </dependency>
-        <dependency>
-                       <groupId>org.apache.bcel</groupId>
-                       <artifactId>bcel</artifactId>
-                       <version>5.1</version>
-        </dependency>
-        <dependency>
-                       <groupId>org.apache.ant</groupId>
-                       <artifactId>ant</artifactId>
-                       <version>1.7.0</version>
-        </dependency>
-        <dependency>
-               <groupId>org.collectionspace.services</groupId>
-               <artifactId>
-                       org.collectionspace.services.authority.service
-               </artifactId>
-               <version>${project.version}</version>
-               <exclusions>
-                       <exclusion>
-                               <artifactId>nuxeo-core-facade</artifactId>
-                               <groupId>org.nuxeo.ecm.core</groupId>
-                       </exclusion>
-                       <exclusion>
-                               <artifactId>servlet-api-2.5</artifactId>
-                               <groupId>org.mortbay.jetty</groupId>
-                       </exclusion>
-                       <exclusion>
-                               <artifactId>jaxb-xjc</artifactId>
-                               <groupId>com.sun.xml.bind</groupId>
-                       </exclusion>
-               </exclusions>
-        </dependency>
-    </dependencies>
-
-    <build>
-        <finalName>cspace-services</finalName>
-        <defaultGoal>package</defaultGoal>
-        <filters>
-            <filter>../../build.properties</filter>
-        </filters>
-        <resources>
-            <resource>
-                <directory>src/main/resources</directory>
-                <filtering>true</filtering>
-            </resource>
-            <resource>
-                <directory>src/main/webapp/META-INF</directory>
-                <filtering>true</filtering>
-            </resource>
-        </resources>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>properties-maven-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <phase>initialize</phase>
-                        <goals>
-                            <goal>read-project-properties</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <files>
-                        <file>../../build.properties</file>
-                    </files>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-resources-plugin</artifactId>
-                <version>2.5</version>
-                <executions>
-                    <execution>
-                        <phase>process-resources</phase>
-                        <goals>
-                            <goal>resources</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.codehaus.cargo</groupId>
-                <artifactId>cargo-maven2-plugin</artifactId>
-                <version>0.3</version>
-                <!-- Container configuration -->
-                <configuration>
-                    <container>
-                        <containerId>jboss4x</containerId>
-                        <home>${jboss.dir}</home>
-                        <type>remote</type>
-                    </container>
-                    <configuration>
-                        <type>runtime</type>
-                        <properties>
-                            <cargo.servlet.port>${jboss.domain.cspace.port}</cargo.servlet.port>
-                            <cargo.jboss.configuration>cspace</cargo.jboss.configuration>
-                        </properties>
-                    </configuration>
-                    <deployer>
-                        <type>remote</type>
-                        <deployables>
-                            <deployable>
-                                <groupId>org.collectionspace.services</groupId>
-                                <artifactId>org.collectionspace.services.jaxrs.provider</artifactId>
-                                <type>war</type>
-                                <pingURL>http://${host}:${jboss.domain.cspace.port}</pingURL>
-                            </deployable>
-                        </deployables>
-                    </deployer>
-                </configuration>
-
-            </plugin>
-
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-war-plugin</artifactId>
-                <configuration>
-                    <webResources>
-                        <resource>
-                          <directory>src/main/webapp</directory>
-                          <filtering>true</filtering>
-                        </resource>
-                    </webResources>
-                    <archive>
-                        <manifest>
-                            <packageName>${project.groupId}</packageName>
-                            <!--addDefaultImplementationEntries/-->
-                        </manifest>
-                        <manifestEntries>
-                            <Vendor>CollectionSpace Services</Vendor>
-                            <Package>${project.groupId}</Package>
-                            <Release>${cs.release}</Release>
-                        </manifestEntries>
-                    </archive>
-                </configuration>
-            </plugin>
-
-        </plugins>
-        <pluginManagement>
-               <plugins>
-                       <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
-                       <plugin>
-                               <groupId>org.eclipse.m2e</groupId>
-                               <artifactId>lifecycle-mapping</artifactId>
-                               <version>1.0.0</version>
-                               <configuration>
-                                       <lifecycleMappingMetadata>
-                                               <pluginExecutions>
-                                                       <pluginExecution>
-                                                               <pluginExecutionFilter>
-                                                                       <groupId>
-                                                                               org.codehaus.mojo
-                                                                       </groupId>
-                                                                       <artifactId>
-                                                                               properties-maven-plugin
-                                                                       </artifactId>
-                                                                       <versionRange>
-                                                                               [1.0-alpha-2,)
-                                                                       </versionRange>
-                                                                       <goals>
-                                                                               <goal>
-                                                                                       read-project-properties
-                                                                               </goal>
-                                                                       </goals>
-                                                               </pluginExecutionFilter>
-                                                               <action>
-                                                                       <ignore></ignore>
-                                                               </action>
-                                                       </pluginExecution>
-                                               </pluginExecutions>
-                                       </lifecycleMappingMetadata>
-                               </configuration>
-                       </plugin>
-               </plugins>
-        </pluginManagement>
-    </build>
-</project>