RM-781: RM Dependency update (Fixed the build properties)

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@53102 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2013-07-24 08:12:13 +00:00
parent f34f08eab2
commit df4e093f15
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ alfrescoEnterpriseMavenPwd=
alfrescoGroupId=org.alfresco
alfrescoBaseVersion=4.2-HEAD-QA-186
alfrescoBaseSolrVersion=4.2.c
alfrescoTestDepsVersion=4.2.0-QA-SNAPSHOT
# indicates whether this is a local build or not
localBuild=true

View File

@@ -7,8 +7,8 @@ dependencies {
compile 'javax.servlet:servlet-api:2.5'
testCompile 'org.springframework:spring-test:2.5'
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'
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'
testRuntime files(explodedConfigDir)
testRuntime files(configDir)