diff options
author | Olivier Lamy <olamy@apache.org> | 2012-06-25 15:54:21 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-06-25 15:54:21 +0000 |
commit | 2296e073bf19fb83caa38718f406420af2a0082c (patch) | |
tree | 5ea5566394c8637871ea85f866b4f2928c42343c /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 69ff5ca81c8bf5833d5c841dbe1437ad23688370 (diff) | |
download | archiva-2296e073bf19fb83caa38718f406420af2a0082c.tar.gz archiva-2296e073bf19fb83caa38718f406420af2a0082c.zip |
ensure we use correct lucene artifacts.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1353617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index c8180d61d..957f66d4e 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -159,6 +159,14 @@ <artifactId>lucene-queries</artifactId> </dependency> <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-memory</artifactId> + </dependency> + <dependency> + <groupId>org.apache.lucene</groupId> + <artifactId>lucene-highlighter</artifactId> + </dependency> + <dependency> <groupId>org.apache.archiva</groupId> <artifactId>stage-repository-merge</artifactId> </dependency> |