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
This commit is contained in:
maoo
2012-04-04 08:01:23 +00:00
parent f4e6dc30cd
commit 9bf1894d85
@@ -103,7 +103,14 @@
and include them in the AMP, they are provided by Alfresco
-->
<dependencies>
<dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-core</artifactId>
<version>${alfresco.version}</version>
<scope>provided</scope>
<classifier>community</classifier>
</dependency>
<dependency>
<groupId>org.alfresco</groupId>
<artifactId>alfresco-repository</artifactId>
<version>${alfresco.version}</version>