mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-19 17:15:24 +00:00
Added Alfresco Share as a provided dependency with classes modifier
This commit is contained in:
parent
9aacf6064c
commit
d2517be6a1
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user