Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

59745: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3)
      59560: MNT-10118 Fix Maven dependencies to web-framework-commons
         Deploy alfresco-web-framework-commons jar one more time in Maven Repo with a 'classes' classifier, and declare its war dependency as optional, so that both Ant and Maven builds succeed.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62184 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-02-12 07:59:40 +00:00
parent e45c170f22
commit 31e7cb718f
-4
View File
@@ -61,7 +61,6 @@
<artifactId>alfresco-web-framework-commons</artifactId>
<version>${project.version}</version>
<classifier>classes</classifier>
<scope>provided</scope> <!-- ALF-16947 -->
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -170,13 +169,10 @@
<artifactId>standard</artifactId>
<version>1.1.0</version>
</dependency>
<!-- Dependency on the web-framework-commons resources skinny war -->
<dependency>
<groupId>org.apache.chemistry.opencmis</groupId>
<artifactId>chemistry-opencmis-test-browser</artifactId>
<version>${dependency.opencmis.version}</version>
<scope>provided</scope> <!-- ALF-16947 -->
</dependency>
<!-- 'provided' dependencies, not packaged in war -->