diff --git a/app/pom.xml b/app/pom.xml index 18ce8a8..7d01a6f 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.vmware.example.sqlfire callcenter @@ -168,7 +168,7 @@ org.springsource.maven.snapshot SpringSource Maven Central-compatible Snapshot Repository - http://maven.springframework.org/snapshot + https://maven.springframework.org/snapshot daily @@ -176,25 +176,25 @@ spring-milestone Spring Maven MILESTONE Repository - http://maven.springframework.org/milestone + https://maven.springframework.org/milestone standard repo - http://repo1.maven.org/maven2 + https://repo1.maven.org/maven2 mirror repo - http://mirrors.ibiblio.org/pub/mirrors/maven2 + /maven2 com.springsource.repository.bundles.release SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases - http://repository.springsource.com/maven/bundles/release + https://repository.springsource.com/maven/bundles/release com.springsource.repository.bundles.external SpringSource Enterprise Bundle Repository - External Bundle Releases - http://repository.springsource.com/maven/bundles/external + https://repository.springsource.com/maven/bundles/external gemstone diff --git a/app/src/main/webapp/WEB-INF/spring/appServlet/app-context.xml b/app/src/main/webapp/WEB-INF/spring/appServlet/app-context.xml index 634ed31..c538c14 100644 --- a/app/src/main/webapp/WEB-INF/spring/appServlet/app-context.xml +++ b/app/src/main/webapp/WEB-INF/spring/appServlet/app-context.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xmlns:tx="http://www.springframework.org/schema/tx" - xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx-3.0.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util-3.0.xsd"> diff --git a/app/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml b/app/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml index 3db79ce..09c7b53 100644 --- a/app/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml +++ b/app/src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:context="http://www.springframework.org/schema/context" - xsi:schemaLocation="http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd - http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/mvc https://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-3.0.xsd"> diff --git a/app/src/main/webapp/WEB-INF/spring/root-context.xml b/app/src/main/webapp/WEB-INF/spring/root-context.xml index c656843..5eafea7 100644 --- a/app/src/main/webapp/WEB-INF/spring/root-context.xml +++ b/app/src/main/webapp/WEB-INF/spring/root-context.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> diff --git a/app/src/main/webapp/WEB-INF/web.xml b/app/src/main/webapp/WEB-INF/web.xml index 302f42a..383f102 100644 --- a/app/src/main/webapp/WEB-INF/web.xml +++ b/app/src/main/webapp/WEB-INF/web.xml @@ -1,5 +1,5 @@ - + call-center contextConfigLocation