Fixing failing RM HEAD build

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@53059 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-07-23 16:40:19 +00:00
parent 8be8d5c088
commit 271349ee07

View File

@@ -7,8 +7,8 @@ dependencies {
compile 'javax.servlet:servlet-api:2.5'
testCompile 'org.springframework:spring-test:2.5'
testCompile 'org.alfresco:alfresco-repository:4.2.0-QA-SNAPSHOT-tests'
testCompile 'org.alfresco:alfresco-remote-api:4.2.0-QA-SNAPSHOT-tests'
testCompile group: alfrescoGroupId, name: 'alfresco-repository', version: '4.2.0-QA-SNAPSHOT', type: 'jar', classifier: 'tests'
testCompile group: alfrescoGroupId, name: 'alfresco-remote-api', version: '4.2.0-QA-SNAPSHOT', type: 'jar', classifier: 'tests'
testRuntime files(explodedConfigDir)
testRuntime files(configDir)