mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -17,6 +17,7 @@ alfrescoEnterpriseMavenPwd=
|
|||||||
alfrescoGroupId=org.alfresco
|
alfrescoGroupId=org.alfresco
|
||||||
alfrescoBaseVersion=4.2-HEAD-QA-186
|
alfrescoBaseVersion=4.2-HEAD-QA-186
|
||||||
alfrescoBaseSolrVersion=4.2.c
|
alfrescoBaseSolrVersion=4.2.c
|
||||||
|
alfrescoTestDepsVersion=4.2.0-QA-SNAPSHOT
|
||||||
|
|
||||||
# indicates whether this is a local build or not
|
# indicates whether this is a local build or not
|
||||||
localBuild=true
|
localBuild=true
|
||||||
|
@@ -7,8 +7,8 @@ dependencies {
|
|||||||
compile 'javax.servlet:servlet-api:2.5'
|
compile 'javax.servlet:servlet-api:2.5'
|
||||||
|
|
||||||
testCompile 'org.springframework:spring-test: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-repository', version: alfrescoTestDepsVersion, 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-remote-api', version: alfrescoTestDepsVersion, type: 'jar', classifier: 'tests'
|
||||||
|
|
||||||
testRuntime files(explodedConfigDir)
|
testRuntime files(explodedConfigDir)
|
||||||
testRuntime files(configDir)
|
testRuntime files(configDir)
|
||||||
|
Reference in New Issue
Block a user