diff options
author | olivier lamy <olamy@apache.org> | 2017-07-07 17:20:47 +1000 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2017-07-07 17:20:47 +1000 |
commit | 22430044a4626cafb3bf9f2d3c9cafa2e0e679fd (patch) | |
tree | fcc86aefb27bdc01447c0d604e9e15bb786353c2 /archiva-modules/archiva-web/archiva-webapp/pom.xml | |
parent | 58ac86f011603664b34dfc5089c1a998d7fdbbc9 (diff) | |
download | archiva-22430044a4626cafb3bf9f2d3c9cafa2e0e679fd.tar.gz archiva-22430044a4626cafb3bf9f2d3c9cafa2e0e679fd.zip |
push work started with shaded lucene
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index bdb0b6b68..82395d710 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -255,6 +255,7 @@ <dependency> <groupId>org.apache.maven.indexer</groupId> <artifactId>indexer-core</artifactId> + <classifier>shaded-lucene</classifier> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> |