#230 Comment out application of alfresco-spp amp: it's not available in Enterprise Edition

This commit is contained in:
Samuel Langlois 2014-12-04 12:13:41 +00:00
parent 27236060b9
commit c8fc67a273

View File

@ -39,12 +39,14 @@
<type>amp</type>
</dependency>
<!-- Demonstrating the usage of a well known GA AMP (SharePoint Protocol Support) -->
<!--
<dependency>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-spp</artifactId>
<version>${alfresco.version}</version>
<type>amp</type>
</dependency>
-->
</dependencies>
<build>
@ -75,11 +77,13 @@
<artifactId>repo-amp</artifactId>
<type>amp</type>
</overlay>
<!--
<overlay>
<groupId>${alfresco.groupId}</groupId>
<artifactId>alfresco-spp</artifactId>
<type>amp</type>
</overlay>
-->
</overlays>
</configuration>
</plugin>