From 328f4fc0171669ff83bf85f89893c137140ccd4a Mon Sep 17 00:00:00 2001 From: Vikram Palakurthi Date: Fri, 9 Jun 2017 15:39:06 -0500 Subject: [PATCH] Fixed AnnotationAwareAspectJAutoProxyCreator is only available on Java 1.5 and higher --- .../libreplan-business-spring-config.xml | 8 ++++---- .../libreplan-webapp-spring-config.xml | 4 ++-- ...libreplan-webapp-spring-security-config.xml | 4 ++-- pom.xml | 18 +++++++++--------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/libreplan-business/src/main/resources/libreplan-business-spring-config.xml b/libreplan-business/src/main/resources/libreplan-business-spring-config.xml index 351deffdb..2ed5f1c38 100644 --- a/libreplan-business/src/main/resources/libreplan-business-spring-config.xml +++ b/libreplan-business/src/main/resources/libreplan-business-spring-config.xml @@ -7,10 +7,10 @@ xmlns:tx="http://www.springframework.org/schema/tx" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-4.0.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd - http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd"> + http://www.springframework.org/schema/beans/spring-beans-4.3.xsd + http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3.xsd + http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.3.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd"> diff --git a/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml b/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml index f04120966..c49edc8ec 100644 --- a/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml +++ b/libreplan-webapp/src/main/resources/libreplan-webapp-spring-config.xml @@ -5,8 +5,8 @@ xmlns:context="http://www.springframework.org/schema/context" xmlns:jaxrs="http://cxf.apache.org/jaxrs" xsi:schemaLocation="http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-4.0.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd + http://www.springframework.org/schema/beans/spring-beans-4.3.xsd + http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd http://cxf.apache.org/jaxrs http://cxf.apache.org/schemas/jaxrs.xsd"> diff --git a/libreplan-webapp/src/main/resources/libreplan-webapp-spring-security-config.xml b/libreplan-webapp/src/main/resources/libreplan-webapp-spring-security-config.xml index f74420fd5..ba65a1c2a 100644 --- a/libreplan-webapp/src/main/resources/libreplan-webapp-spring-security-config.xml +++ b/libreplan-webapp/src/main/resources/libreplan-webapp-spring-security-config.xml @@ -4,9 +4,9 @@ xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xsi:schemaLocation="http://www.springframework.org/schema/beans - http://www.springframework.org/schema/beans/spring-beans-4.0.xsd + http://www.springframework.org/schema/beans/spring-beans-4.3.xsd http://www.springframework.org/schema/security - http://www.springframework.org/schema/security/spring-security-4.1.xsd"> + http://www.springframework.org/schema/security/spring-security-4.2.xsd"> jdbc:mysql://localhost/libreplan${libreplan.mode} @@ -289,14 +289,14 @@ org.springframework spring-orm - 4.2.6.RELEASE + 4.3.9.RELEASE org.springframework spring-web - 4.2.6.RELEASE + 4.3.9.RELEASE org.springframework.security spring-security-web - 4.1.0.RELEASE + 4.2.3.RELEASE org.springframework.security spring-security-config - 4.1.0.RELEASE + 4.2.3.RELEASE org.springframework.security spring-security-acl - 4.1.0.RELEASE + 4.2.3.RELEASE org.springframework.security spring-security-ldap - 4.1.0.RELEASE + 4.2.3.RELEASE org.springframework spring-test - 4.2.6.RELEASE + 4.3.9.RELEASE test