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 fa9fa7e55c
commit 60c35bfabd

View File

@@ -10,7 +10,7 @@
<artifactId>alfresco-rm-automation</artifactId> <artifactId>alfresco-rm-automation</artifactId>
<properties> <properties>
<selenium.version>2.45.0</selenium.version> <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. --> <!-- Within the rm-automation project only, we want source code to be Java 8. -->
<maven.build.sourceVersion>1.8</maven.build.sourceVersion> <maven.build.sourceVersion>1.8</maven.build.sourceVersion>
</properties> </properties>
@@ -83,6 +83,11 @@
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>${spring.version}</version> <version>${spring.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>