From d7e9eb4685bf5eb00e4337389ff8bad5b504aabb Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Fri, 8 Apr 2011 20:02:36 +0000 Subject: [PATCH] CSPACE-3779: Adding new authority module. --- services/authority/build.xml | 132 ++++++++++++++++ services/authority/pom.xml | 268 ++++++++++++++++++++++++++++++++ services/authority/profiles.xml | 5 + 3 files changed, 405 insertions(+) create mode 100644 services/authority/build.xml create mode 100644 services/authority/pom.xml create mode 100644 services/authority/profiles.xml diff --git a/services/authority/build.xml b/services/authority/build.xml new file mode 100644 index 000000000..4d739bc53 --- /dev/null +++ b/services/authority/build.xml @@ -0,0 +1,132 @@ + + + CollectionSpace Authority services common code + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/services/authority/pom.xml b/services/authority/pom.xml new file mode 100644 index 000000000..a6a24dee0 --- /dev/null +++ b/services/authority/pom.xml @@ -0,0 +1,268 @@ + + + + org.collectionspace.services + org.collectionspace.services.main + 1.6-SNAPSHOT + + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.authority + services.authority + jar + + + + + org.collectionspace.services + org.collectionspace.services.common-api + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.jaxb + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.client + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.common + ${project.version} + + + org.collectionspace.services + org.collectionspace.services.authentication.jaxb + ${project.version} + provided + + + org.collectionspace.services + org.collectionspace.services.authentication.service + ${project.version} + provided + + + org.collectionspace.services + org.collectionspace.services.authorization.jaxb + ${project.version} + provided + + + org.collectionspace.services + org.collectionspace.services.authorization.service + ${project.version} + provided + + + + + + org.slf4j + slf4j-api + provided + + + org.slf4j + slf4j-log4j12 + provided + + + log4j + log4j + 1.2.14 + provided + + + org.apache.commons + commons-jexl + 2.0.1 + + + commons-codec + commons-codec + 1.4 + + + + + javax.servlet + servlet-api + 2.5 + provided + + + + javax.security + jaas + 1.0.01 + provided + + + javax.security + jacc + 1.0 + provided + + + + mysql + mysql-connector-java + + + javax.persistence + persistence-api + + + + com.sun.xml.bind + jaxb-impl + + + org.jvnet.jaxb2-commons + property-listener-injector + + + org.jvnet.jaxb2_commons + runtime + + + + + org.jboss.resteasy + jaxrs-api + + + org.jboss.resteasy + resteasy-jaxrs + + + tjws + webserver + + + + + org.jboss.resteasy + resteasy-jaxb-provider + + + org.jboss.resteasy + resteasy-multipart-provider + + + + org.hibernate + hibernate-entitymanager + + + + jboss + jbosssx + 4.2.3.GA + provided + + + jboss + jboss-remoting + 2.2.2.SP8 + provided + + + + org.nuxeo.ecm.platform + nuxeo-platform-mimetype-api + ${nuxeo.platform.version} + + + org.nuxeo.ecm.platform + nuxeo-platform-imaging-core + ${nuxeo.platform.version} + + + org.nuxeo.ecm.platform + nuxeo-platform-imaging-api + ${nuxeo.platform.version} + + + org.nuxeo.ecm.platform + nuxeo-platform-filemanager-api + ${nuxeo.platform.version} + + + org.nuxeo.common + nuxeo-common + ${nuxeo.core.version} + provided + + + org.nuxeo.runtime + nuxeo-runtime + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-api + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-client + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-query + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-schema + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-storage-sql + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-io + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-facade + ${nuxeo.core.version} + + + org.nuxeo.ecm.core + nuxeo-core-io + ${nuxeo.core.version} + + + org.nuxeo.runtime + nuxeo-runtime-osgi + ${nuxeo.core.version} + + + org.osgi + org.osgi.core + 4.1.0 + + + + diff --git a/services/authority/profiles.xml b/services/authority/profiles.xml new file mode 100644 index 000000000..9514faa0f --- /dev/null +++ b/services/authority/profiles.xml @@ -0,0 +1,5 @@ + + + \ No newline at end of file -- 2.47.3