From d60e5bae6453546d85a549195a0b57e96c5c273d Mon Sep 17 00:00:00 2001 From: Richard Millet Date: Tue, 11 Aug 2009 04:57:23 +0000 Subject: [PATCH] CSPACE-275: Added IntegrationTests module for performing inter-services call tests. --- services/IntegrationTests/pom.xml | 121 ++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 services/IntegrationTests/pom.xml diff --git a/services/IntegrationTests/pom.xml b/services/IntegrationTests/pom.xml new file mode 100644 index 000000000..8b2c7fd42 --- /dev/null +++ b/services/IntegrationTests/pom.xml @@ -0,0 +1,121 @@ + + + + org.collectionspace.services.main + org.collectionspace.services + 1.0 + + 4.0.0 + org.collectionspace.services + org.collectionspace.services.IntegrationTests + jar + 1.0 + services.IntegrationTests + + + + org.slf4j + slf4j-api + test + + + org.slf4j + slf4j-log4j12 + test + + + org.collectionspace.services + org.collectionspace.services.client + 1.0 + + + org.testng + testng + 5.6 + + + 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 + + + commons-httpclient + commons-httpclient + 3.1 + + + org.collectionspace.services + org.collectionspace.services.common + 1.0 + + + org.collectionspace.services + org.collectionspace.services.collectionobject.jaxb + 1.0 + + + org.collectionspace.services + org.collectionspace.services.collectionobject.client + 1.0 + + + org.collectionspace.services + org.collectionspace.services.intake.jaxb + 1.0 + + + org.collectionspace.services + org.collectionspace.services.intake.client + 1.0 + + + org.collectionspace.services + org.collectionspace.services.relation.client + 1.0 + + + + + collectionspace-services-IntegrationTests + + + org.apache.maven.plugins + maven-surefire-plugin + + + + log4j.configuration + file:target/test-classes/log4j.properties + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + + + + + -- 2.47.3