1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright 2016 Open Source Geospatial Foundation. All rights reserved. 3 This code is licensed under the GPL 2.0 license, available at the root application 4 directory. --> 5 <beans xmlns="http://www.springframework.org/schema/beans" 6 xmlns:sec="http://www.springframework.org/schema/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 7 xmlns:context="http://www.springframework.org/schema/context" 8 xsi:schemaLocation="http://www.springframework.org/schema/beans 9 http://www.springframework.org/schema/beans/spring-beans-3.0.xsd 10 http://www.springframework.org/schema/security 11 http://www.springframework.org/schema/security/spring-security-3.0.4.xsd 12 http://www.springframework.org/schema/context 13 http://www.springframework.org/schema/context/spring-context-3.1.xsd"> 14 15 </beans>