From 5ac2cdbf96d0039dab2631d4b70cf848bbe18ea3 Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Thu, 20 Jan 2011 04:48:01 +0000 Subject: [PATCH] [MRM-1327] set JCR as default repository Merged from: r1053790, 1053808 git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1327-jcr-backend-default@1061123 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-modules/archiva-web/archiva-webapp/pom.xml | 9 ++++++++- .../src/main/webapp/WEB-INF/applicationContext.xml | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index 778230519..3899dfb7c 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -280,9 +280,16 @@ org.apache.archiva - metadata-repository-file + metadata-store-jcr runtime + + org.apache.jackrabbit + jackrabbit-core + ${jackrabbit.version} + runtime + + org.apache.archiva diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml index 6cf66939e..aabbe9be7 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/applicationContext.xml @@ -7,7 +7,15 @@ - + + + + + + + + + -- 2.39.5