From 622aa2b315199ff8f1204d91b224fbc5f3723850 Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Wed, 29 Apr 2009 20:10:33 +0000 Subject: [PATCH] CSPACE-84: Added missing pom.xml file. --- services/collectionobject/pom.xml | 290 ++++++++++++++++++++++++++++++ 1 file changed, 290 insertions(+) create mode 100644 services/collectionobject/pom.xml diff --git a/services/collectionobject/pom.xml b/services/collectionobject/pom.xml new file mode 100644 index 000000000..b7c79a5fa --- /dev/null +++ b/services/collectionobject/pom.xml @@ -0,0 +1,290 @@ + + + + + + 4.0.0 + org.collectionspace.services + collectionobject-service + jar + 0.1 + CollectionObject Service + + + + java.net + http://download.java.net/maven/1 + legacy + + + maven repo + maven repo + http://repo1.maven.org/maven2/ + + + + jboss + jboss repo + http://repository.jboss.org/maven2 + + + mojo + mojo repo + http://svn.codehaus.org/mojo/trunk/mojo/jboss-maven-plugin + + + + maven-restlet + Public online Restlet repository + http://maven.restlet.org + + + + cspace.local.nuxeo + ${nuxeo.local.repo.dir} + + + cspace.local.nuxeo.client + ${nuxeo.local.repo.client.dir} + + + public + http://maven.nuxeo.org/public + + + + false + + + + public-snapshot + http://maven.nuxeo.org/public-snapshot + + false + + + + + + + + + + + public + http://maven.nuxeo.org/public + Nuxeo virtual release repository + + + + false + + + + public-snapshot + http://maven.nuxeo.org/public-snapshot + Nuxeo virtual snapshot repository + + false + + + + + + + + + 4.2.3.GA + 3.0 + UTF-8 + 1.5.1 + 0.9.7 + 5.2-SNAPSHOT + 1.5-SNAPSHOT + + + + + + org.collectionspace.services + org-collectionspace-services-common + 0.1 + + + + org.collectionspace.services + collectionobject-jaxb + 0.1 + + + + org.jboss.resteasy + resteasy-jaxrs + 1.0.2.GA + + + tjws + webserver + + + + + org.jboss.resteasy + resteasy-jaxb-provider + 1.0.2.GA + + + org.jboss.resteasy + resteasy-multipart-provider + 1.0.2.GA + + + junit + junit + 4.1 + test + + + + + + + javax.security + jaas + 1.0.01 + provided + + + + dom4j + dom4j + 1.6.1 + provided + + + + + + + + org.nuxeo.ecm.core + nuxeo-core-api + ${nuxeo.version.1.5} + + + jboss-remoting + jboss + + + + + + + + org.restlet + org.restlet + 1.0.7 + + + com.noelios.restlet + com.noelios.restlet.ext.httpclient + 1.0.7 + + + com.noelios.restlet + com.noelios.restlet + 1.0.7 + + + + jaxen + jaxen + 1.1.1 + + + + + + + collectionobject-service + + + org.codehaus.mojo + jboss-maven-plugin + + ${jboss.dir} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + -- 2.47.3