Project

General

Profile

« Previous | Next » 

Revision 19d5d18b

Added by Andreas Müller over 3 years ago

ref #9204 adapt all spring application context xml configuration files to spring schema version 4.3

View differences:

cdmlib-services/src/main/resources/eu/etaxonomy/cdm/services_security.xml
4 4
  xmlns:context="http://www.springframework.org/schema/context"
5 5
  xmlns:security="http://www.springframework.org/schema/security"
6 6
  xsi:schemaLocation="
7
    http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
8
    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.3.xsd
9
    http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.3.xsd
10
    http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-4.3.xsd"
7
    http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans-4.3.xsd
8
    http://www.springframework.org/schema/tx https://www.springframework.org/schema/tx/spring-tx-4.3.xsd
9
    http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context-4.3.xsd
10
    http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security-4.2.xsd"
11 11
    >
12 12

  
13 13
    <import resource="classpath:/eu/etaxonomy/cdm/persistence_security.xml"/>

Also available in: Unified diff