From 8a52d9d6b9315a7a6b3c16a11a6346bb3769ff19 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Tue, 19 Apr 2011 20:06:30 +0000 Subject: [PATCH] CSPACE-3779,CSPACE-3780: Added dependency on authority service to organization POM to resolve build failure in organization/import, which caused 'ant dist-jboss-domains' target to fail. --- services/organization/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/services/organization/pom.xml b/services/organization/pom.xml index 78a2cfa0a..b62796090 100644 --- a/services/organization/pom.xml +++ b/services/organization/pom.xml @@ -11,6 +11,15 @@ org.collectionspace.services.organization services.organization pom + + + + org.collectionspace.services + org.collectionspace.services.authority + true + ${project.version} + + jaxb -- 2.47.3