File tree Expand file tree Collapse file tree 7 files changed +20
-11
lines changed
src/main/resources/org/springframework/ws/samples/airline Expand file tree Collapse file tree 7 files changed +20
-11
lines changed Original file line number Diff line number Diff line change 559
559
<artifactId >spring-security-config</artifactId >
560
560
<version >3.1.0.RELEASE</version >
561
561
</dependency >
562
+ <dependency >
563
+ <groupId >org.springframework.security</groupId >
564
+ <artifactId >spring-security-web</artifactId >
565
+ <version >3.1.0.RELEASE</version >
566
+ </dependency >
562
567
<!-- X.509 dependencies -->
563
568
<dependency >
564
569
<groupId >net.sf.ehcache</groupId >
Original file line number Diff line number Diff line change 253
253
<groupId >org.springframework.security</groupId >
254
254
<artifactId >spring-security-config</artifactId >
255
255
</dependency >
256
+ <dependency >
257
+ <groupId >org.springframework.security</groupId >
258
+ <artifactId >spring-security-web</artifactId >
259
+ </dependency >
256
260
<dependency >
257
261
<groupId >org.apache.activemq</groupId >
258
262
<artifactId >activemq-core</artifactId >
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns : context =" http://www.springframework.org/schema/context"
5
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
6
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0 .xsd" >
5
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1 .xsd
6
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1 .xsd" >
7
7
8
8
<context : component-scan base-package =" org.springframework.ws.samples.airline.dao.jpa" />
9
9
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns : jms =" http://www.springframework.org/schema/jms"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
6
- http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-3.0 .xsd" >
5
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1 .xsd
6
+ http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms-3.1 .xsd" >
7
7
8
8
<!-- ===================== JMS TRANSPORT ===================================== -->
9
9
Original file line number Diff line number Diff line change 2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns : security =" http://www.springframework.org/schema/security"
5
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
6
- http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0 .xsd" >
5
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1 .xsd
6
+ http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.1 .xsd" >
7
7
8
8
<description >
9
9
This application context contains the WS-Security and Spring Security beans.
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns : tx =" http://www.springframework.org/schema/tx"
5
5
xmlns : context =" http://www.springframework.org/schema/context"
6
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
7
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0 .xsd
8
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0 .xsd" >
6
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1 .xsd
7
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1 .xsd
8
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1 .xsd" >
9
9
10
10
<tx : annotation-driven />
11
11
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns : context =" http://www.springframework.org/schema/context"
5
5
xmlns : sws =" http://www.springframework.org/schema/web-services"
6
- xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
7
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0 .xsd
6
+ xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1 .xsd
7
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1 .xsd
8
8
http://www.springframework.org/schema/web-services http://www.springframework.org/schema/web-services/web-services-2.0.xsd" >
9
9
10
10
<sws : annotation-driven />
You can’t perform that action at this time.
0 commit comments