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

78702: Align versions of dependencies - especially Surf ones - and declare them in parent pom for consistency
   Upgrade a few Maven plugins as well


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@82632 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Erik Winlof
2014-09-03 12:52:47 +00:00
parent 1607f81742
commit 37b45ae065
2 changed files with 7 additions and 4 deletions

View File

@@ -259,6 +259,12 @@ public abstract class CMISServletDispatcher implements CMISDispatcher
return null;
}
@Override
public String getContextPath()
{
return null;
}
@Override
public ServletContext getContext(String arg0)
{