diff options
author | Martin Stockhammer <martin_s@apache.org> | 2017-06-21 23:52:17 +0200 |
---|---|---|
committer | olivier lamy <olamy@apache.org> | 2017-06-24 09:05:49 +1000 |
commit | 7d2cc26b4bf41a5e9429aba3a54665669cf6cf79 (patch) | |
tree | 5c06c9cb818b8ec661ab058d32adf9ba6b097eb5 /archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | |
parent | 42df217cd095a98ab935885a1c6e6e4f10a37954 (diff) | |
download | archiva-7d2cc26b4bf41a5e9429aba3a54665669cf6cf79.tar.gz archiva-7d2cc26b4bf41a5e9429aba3a54665669cf6cf79.zip |
Adding jcr oak implementation
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml index 882cd6f25..56c3cde39 100644 --- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml +++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml @@ -329,22 +329,6 @@ </dependency> <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-core</artifactId> - <scope>test</scope> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>jcl-over-slf4j</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> <scope>test</scope> |