From a85d9f5290812333b7c77a1010cf7849d7396677 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 1 Dec 2016 09:21:50 +0000 Subject: [PATCH] RM-4493 Add javax.servlet-api "provided" dependency to community. This is required to build the community code against Alfresco 5.2-EA, which we do as part of the enterprise release build. --- rm-community/rm-community-repo/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rm-community/rm-community-repo/pom.xml b/rm-community/rm-community-repo/pom.xml index aa6907c0a7..1d4b089e99 100644 --- a/rm-community/rm-community-repo/pom.xml +++ b/rm-community/rm-community-repo/pom.xml @@ -268,6 +268,12 @@ ${alfresco.groupId} alfresco-remote-api + + javax.servlet + javax.servlet-api + 3.1.0 + provided + io.takari.junit takari-cpsuite