From: Brett Porter Date: Thu, 20 Jan 2011 04:48:01 +0000 (+0000) Subject: [MRM-1327] set JCR as default repository X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ac2cdbf96d0039dab2631d4b70cf848bbe18ea3;p=archiva.git [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 --- 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 @@ - + + + + + + + + +