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
@ -30,19 +30,27 @@
|
|||||||
<alfresco.repo.url>http://localhost:8080/alfresco</alfresco.repo.url>
|
<alfresco.repo.url>http://localhost:8080/alfresco</alfresco.repo.url>
|
||||||
|
|
||||||
<!-- Defines the log level used in log4j.properties -->
|
<!-- Defines the log level used in log4j.properties -->
|
||||||
<app.log.root.level>WARN</app.log.root.level>
|
<app.log.root.level>WARN</app.log.root.level>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|
||||||
<!-- Following dependencies are needed for compiling Java code in src/main/java;
|
<!-- Following dependencies are needed for compiling Java code in src/main/java;
|
||||||
<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>
|
<dependency>
|
||||||
<groupId>org.springframework.extensions.surf</groupId>
|
<groupId>${alfresco.groupId}</groupId>
|
||||||
<artifactId>spring-surf-api</artifactId>
|
<artifactId>share</artifactId>
|
||||||
<scope>provided</scope>
|
<version>${alfresco.version}</version>
|
||||||
</dependency>
|
<classifier>classes</classifier>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.extensions.surf</groupId>
|
||||||
|
<artifactId>spring-surf-api</artifactId>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user