From 9bf1894d853347e2d02f0a0b9a0bc416ddfd0040 Mon Sep 17 00:00:00 2001 From: maoo Date: Wed, 4 Apr 2012 08:01:23 +0000 Subject: [PATCH] Issue #64 - Committed alfresco-core as provided dependency since it provides support for important objects that are often accessed during customizations git-svn-id: http://maven-alfresco-archetypes.googlecode.com/svn/trunk@374 04253f4f-3451-0410-a141-5562f1e59037 --- .../src/main/resources/archetype-resources/pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml index 350d83f9..641a2029 100644 --- a/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml +++ b/maven-alfresco-archetypes/maven-alfresco-amp-archetype/src/main/resources/archetype-resources/pom.xml @@ -103,7 +103,14 @@ and include them in the AMP, they are provided by Alfresco --> - + + org.alfresco + alfresco-core + ${alfresco.version} + provided + community + + org.alfresco alfresco-repository ${alfresco.version}