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:
Oana Nechiforescu
2015-11-17 10:59:19 +00:00
parent c8048d6997
commit ef4580eb9d

View File

@@ -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>