mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
Corrected the dependency definition to pull in the correct test jars.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@54968 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -7,8 +7,9 @@ dependencies {
|
||||
compile 'javax.servlet:servlet-api:2.5'
|
||||
|
||||
testCompile 'org.springframework:spring-test:2.5'
|
||||
testCompile group: alfrescoGroupId, name: 'alfresco-repository', version: alfrescoTestDepsVersion, type: 'jar', classifier: 'tests'
|
||||
testCompile group: alfrescoGroupId, name: 'alfresco-remote-api', version: alfrescoTestDepsVersion, type: 'jar', classifier: 'tests'
|
||||
testCompile "${alfrescoGroupId}:alfresco-repository:${alfrescoTestDepsVersion}:tests@jar"
|
||||
testCompile "${alfrescoGroupId}:alfresco-remote-api:${alfrescoTestDepsVersion}:tests@jar"
|
||||
|
||||
|
||||
testRuntime files(explodedConfigDir)
|
||||
testRuntime files(configDir)
|
||||
|
Reference in New Issue
Block a user