mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2026-09-16 18:13:23 +00:00
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:
+8
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user