… | |
… | |
14 | See the License for the specific language governing permissions and |
14 | See the License for the specific language governing permissions and |
15 | limitations under the License. |
15 | limitations under the License. |
16 | --> |
16 | --> |
17 | <beans xmlns="http://www.springframework.org/schema/beans" |
17 | <beans xmlns="http://www.springframework.org/schema/beans" |
18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
18 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
19 | xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd"> |
19 | xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.1.xsd"> |
20 | |
20 | |
21 | <import resource="classpath:/org/hippoecm/hst/site/optional/jaxrs/SpringComponentManager-rest-jackson.xml" /> |
21 | <import resource="classpath:/org/hippoecm/hst/site/optional/jaxrs/SpringComponentManager-rest-jackson.xml" /> |
22 | |
22 | |
23 | <bean id="jaxrsRestCorsFilter" class="org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter"/> |
23 | <bean id="jaxrsRestCorsFilter" class="org.apache.cxf.rs.security.cors.CrossOriginResourceSharingFilter"/> |
24 | |
24 | |