mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-2366 Upgrading spring version from 4.0.5.RELEASE to 4.0.6.RELEASE to fix the previous dependencies failure. Finishing the test implementation and changing/adding some PO.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@117719 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<artifactId>alfresco-rm-automation</artifactId>
|
||||
<properties>
|
||||
<selenium.version>2.45.0</selenium.version>
|
||||
<spring.version>4.0.5.RELEASE</spring.version>
|
||||
<spring.version>4.0.6.RELEASE</spring.version>
|
||||
<!-- Within the rm-automation project only, we want source code to be Java 8. -->
|
||||
<maven.build.sourceVersion>1.8</maven.build.sourceVersion>
|
||||
</properties>
|
||||
@@ -83,6 +83,11 @@
|
||||
<artifactId>spring-beans</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
|
Reference in New Issue
Block a user