Added Alfresco Share as a provided dependency with classes modifier

This commit is contained in:
bhagya_silva 2014-08-28 14:41:00 +02:00
parent 9aacf6064c
commit d2517be6a1

View File

@ -38,6 +38,14 @@
<scope>provided</scope> is inherited for each of the following; <scope>provided</scope> is inherited for each of the following;
for more info, please refer to alfresco-platform-distribution POM --> for more info, please refer to alfresco-platform-distribution POM -->
<dependencies> <dependencies>
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>share</artifactId>
<version>${alfresco.version}</version>
<classifier>classes</classifier>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.extensions.surf</groupId> <groupId>org.springframework.extensions.surf</groupId>
<artifactId>spring-surf-api</artifactId> <artifactId>spring-surf-api</artifactId>