From 2040720f1921da8ec8f410c08177663fb60edede Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 9 Aug 2010 21:12:55 +0000 Subject: [PATCH] CSPACE-2600: Checking in Laramie's set of changes to three files, to re-enable the 'query' module in the services source code tree. This module, while currently little used, will be instrumental for advanced search when that functionality is added to the services layer. --- services/pom.xml | 2 +- services/query/pom.xml | 8 ++++++++ services/query/service/pom.xml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/services/pom.xml b/services/pom.xml index 8abc47258..388c87c1a 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -30,7 +30,7 @@ account note relation - + query acquisition vocabulary organization diff --git a/services/query/pom.xml b/services/query/pom.xml index b234d2b9b..d361b070c 100644 --- a/services/query/pom.xml +++ b/services/query/pom.xml @@ -12,6 +12,14 @@ services.query pom + + + org.collectionspace.services + org.collectionspace.services.common + ${project.version} + + + service diff --git a/services/query/service/pom.xml b/services/query/service/pom.xml index 9d33f317d..7ef87b853 100644 --- a/services/query/service/pom.xml +++ b/services/query/service/pom.xml @@ -25,7 +25,7 @@ org.collectionspace.services org.collectionspace.services.common - 1.0 + ${project.version} org.testng -- 2.47.3