File tree 26 files changed +77
-71
lines changed
main/webapp/WEB-INF/spring
src/main/webapp/WEB-INF/spring
src/main/webapp/WEB-INF/spring
src/main/webapp/WEB-INF/spring
src/main/webapp/WEB-INF/spring
spring-security/tomcat-ssl
src/main/webapp/WEB-INF/spring
telldontask/src/main/webapp/WEB-INF/spring
26 files changed +77
-71
lines changed Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.6</java-version >
12
- <org .springframework-version>3.0.5 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>3.2.1 .RELEASE</org .springframework-version>
13
13
<org .slf4j-version>1.5.10</org .slf4j-version>
14
14
<unitils .version>3.1</unitils .version>
15
15
</properties >
32
32
<artifactId >spring-webmvc</artifactId >
33
33
<version >${org.springframework-version} </version >
34
34
</dependency >
35
-
35
+ <dependency >
36
+ <groupId >org.springframework</groupId >
37
+ <artifactId >spring-web</artifactId >
38
+ <version >${org.springframework-version} </version >
39
+ </dependency >
36
40
<dependency >
37
41
<groupId >org.springframework</groupId >
38
42
<artifactId >spring-jdbc</artifactId >
39
43
<version >${org.springframework-version} </version >
40
44
</dependency >
41
45
42
-
43
46
<!-- Logging -->
44
47
<dependency >
45
48
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans : beans xmlns =" http://www.springframework.org/schema/mvc"
3
- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : beans =" http://www.springframework.org/schema/beans"
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xmlns:beans=" http://www.springframework.org/schema/beans"
4
5
xmlns:context=" http://www.springframework.org/schema/context"
5
- xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0 .xsd
6
- 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/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd
7
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
8
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
8
9
9
10
<beans : import resource =" spring-datasource.xml" />
10
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:jee=" http://www.springframework.org/schema/jee"
5
5
xsi:schemaLocation=" http://www.springframework.org/schema/beans
6
- http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
6
+ http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
7
7
http://www.springframework.org/schema/context
8
- http://www.springframework.org/schema/beans/spring-context-3.0 .xsd
8
+ http://www.springframework.org/schema/beans/spring-context-3.2 .xsd
9
9
http://www.springframework.org/schema/jee
10
- http://www.springframework.org/schema/jee/spring-jee-3.0 .xsd" >
10
+ http://www.springframework.org/schema/jee/spring-jee-3.2 .xsd" >
11
11
12
12
<!-- Primary JNDI datasource -->
13
13
<jee : jndi-lookup id =" dataSource" jndi-name =" jdbc/LiveDataSource" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd" >
5
5
6
6
<!-- Root Context: defines shared resources visible to all other web components -->
7
7
Original file line number Diff line number Diff line change 2
2
<beans : beans xmlns =" http://www.springframework.org/schema/mvc"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : beans =" http://www.springframework.org/schema/beans"
4
4
xmlns:context=" http://www.springframework.org/schema/context"
5
- xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0 .xsd
6
- 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" >
5
+ xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd
6
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
7
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
8
8
9
9
<beans : import resource =" spring-datasource.xml" />
10
10
Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.6</java-version >
12
- <org .springframework-version>3.0.5.RELEASE</org .springframework-version>
13
- <org .springframework.roo-version>1.0.2.RELEASE</org .springframework.roo-version>
12
+ <org .springframework-version>3.2.1.RELEASE</org .springframework-version>
14
13
<org .aspectj-version>1.6.9</org .aspectj-version>
15
14
<org .slf4j-version>1.5.10</org .slf4j-version>
16
15
</properties >
33
32
<artifactId >spring-webmvc</artifactId >
34
33
<version >${org.springframework-version} </version >
35
34
</dependency >
36
- <!-- Roo dependencies -->
37
35
<dependency >
38
- <groupId >org.springframework.roo</groupId >
39
- <artifactId >org.springframework.roo.annotations</artifactId >
40
- <version >${org.springframework.roo-version} </version >
41
- <scope >provided</scope >
36
+ <groupId >org.springframework</groupId >
37
+ <artifactId >spring-web</artifactId >
38
+ <version >${org.springframework-version} </version >
42
39
</dependency >
43
40
44
41
<!-- AspectJ -->
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:beans=" http://www.springframework.org/schema/beans"
5
5
xmlns:context=" http://www.springframework.org/schema/context"
6
- xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0 .xsd
7
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-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/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd
7
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
8
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
9
9
10
10
<!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
11
11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd" >
5
5
6
6
<!-- Root Context: defines shared resources visible to all other web components -->
7
7
Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.6</java-version >
12
- <org .springframework-version>3.0.6 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>3.2.1 .RELEASE</org .springframework-version>
13
13
<org .aspectj-version>1.6.9</org .aspectj-version>
14
14
<spring-social .version>1.0.2.RELEASE</spring-social .version>
15
15
<org .springframework.social-facebook-version>1.0.1.RELEASE</org .springframework.social-facebook-version>
36
36
<artifactId >spring-webmvc</artifactId >
37
37
<version >${org.springframework-version} </version >
38
38
</dependency >
39
+ <dependency >
40
+ <groupId >org.springframework</groupId >
41
+ <artifactId >spring-web</artifactId >
42
+ <version >${org.springframework-version} </version >
43
+ </dependency >
39
44
40
45
<!-- AspectJ -->
41
46
<dependency >
159
164
<version >1.3.159</version >
160
165
</dependency >
161
166
162
- <!-- CGLIB, only required and used for @Configuration usage: could be removed in future release of Spring -->
163
- <dependency >
164
- <groupId >cglib</groupId >
165
- <artifactId >cglib-nodep</artifactId >
166
- <version >2.2</version >
167
- </dependency >
168
-
169
167
<dependency >
170
168
<groupId >org.unitils</groupId >
171
169
<artifactId >unitils-core</artifactId >
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:beans=" http://www.springframework.org/schema/beans"
5
5
xmlns:context=" http://www.springframework.org/schema/context"
6
- xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0 .xsd
7
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-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/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd
7
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
8
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
9
9
10
10
<!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
11
11
Original file line number Diff line number Diff line change 4
4
xmlns:jdbc=" http://www.springframework.org/schema/jdbc"
5
5
xmlns:tx=" http://www.springframework.org/schema/tx"
6
6
xmlns:util=" http://www.springframework.org/schema/util"
7
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
8
- http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0 .xsd
9
- http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0 .xsd
10
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.0 .xsd" >
7
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
8
+ http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.2 .xsd
9
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.2 .xsd
10
+ http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-3.2 .xsd" >
11
11
12
12
<!-- Configures transaction management around @Transactional components -->
13
13
<tx : annotation-driven transaction-manager =" transactionManager" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd" >
5
5
6
6
<!-- Root Context: defines shared resources visible to all other web components -->
7
7
Original file line number Diff line number Diff line change 9
9
<name >Example Producer Consumer Pattern</name >
10
10
<properties >
11
11
<slf4jVersion >1.6.1</slf4jVersion >
12
- <org .springframework-version>3.0.5 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>3.2.1 .RELEASE</org .springframework-version>
13
13
14
14
</properties >
15
15
<dependencies >
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.2 .xsd
6
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
7
7
8
8
<!-- Scans the classpath of this application for annotated beans starting at this point -->
9
9
<context : component-scan base-package =" jsr250annotations" />
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.2 .xsd
6
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
7
7
8
8
<!-- Scans the classpath of this application for annotated beans starting at this point -->
9
9
<context : component-scan base-package =" jsr250annotations" />
Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.6</java-version >
12
- <org .springframework-version>3.0.6 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>3.2.1 .RELEASE</org .springframework-version>
13
13
<org .aspectj-version>1.6.9</org .aspectj-version>
14
14
<org .slf4j-version>1.5.10</org .slf4j-version>
15
15
</properties >
32
32
<artifactId >spring-webmvc</artifactId >
33
33
<version >${org.springframework-version} </version >
34
34
</dependency >
35
+ <dependency >
36
+ <groupId >org.springframework</groupId >
37
+ <artifactId >spring-web</artifactId >
38
+ <version >${org.springframework-version} </version >
39
+ </dependency >
35
40
36
41
<!-- AspectJ -->
37
42
<dependency >
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:beans=" http://www.springframework.org/schema/beans"
5
5
xmlns:context=" http://www.springframework.org/schema/context"
6
- xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0 .xsd
7
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-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/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd
7
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
8
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
9
9
10
10
<!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
11
11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd" >
5
5
6
6
<!-- Root Context: defines shared resources visible to all other web components -->
7
7
Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.6</java-version >
12
- <org .springframework-version>3.0.6 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>3.2.1 .RELEASE</org .springframework-version>
13
13
<org .aspectj-version>1.6.9</org .aspectj-version>
14
14
<org .slf4j-version>1.5.10</org .slf4j-version>
15
15
<spring-social .version>1.0.2.RELEASE</spring-social .version>
35
35
<artifactId >spring-webmvc</artifactId >
36
36
<version >${org.springframework-version} </version >
37
37
</dependency >
38
+ <dependency >
39
+ <groupId >org.springframework</groupId >
40
+ <artifactId >spring-web</artifactId >
41
+ <version >${org.springframework-version} </version >
42
+ </dependency >
38
43
39
44
<!-- AspectJ -->
40
45
<dependency >
127
132
<version >${org.springframework.social-twitter-version} </version >
128
133
</dependency >
129
134
130
- <!-- CGLIB, only required and used for @Configuration usage: could be removed in future release of Spring -->
131
- <dependency >
132
- <groupId >cglib</groupId >
133
- <artifactId >cglib-nodep</artifactId >
134
- <version >2.2</version >
135
- </dependency >
136
-
137
135
<dependency >
138
136
<groupId >com.captaindebug</groupId >
139
137
<artifactId >state-machine</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd" >
5
5
6
6
<!-- Root Context: defines shared resources visible to all other web components -->
7
7
Original file line number Diff line number Diff line change 9
9
<version >1.0.0-BUILD-SNAPSHOT</version >
10
10
<properties >
11
11
<java-version >1.6</java-version >
12
- <org .springframework-version>3.1.0 .RELEASE</org .springframework-version>
12
+ <org .springframework-version>3.2.1 .RELEASE</org .springframework-version>
13
13
<org .springsecurity-version>3.1.3.RELEASE</org .springsecurity-version>
14
14
<org .aspectj-version>1.6.9</org .aspectj-version>
15
15
<org .slf4j-version>1.5.10</org .slf4j-version>
33
33
<artifactId >spring-webmvc</artifactId >
34
34
<version >${org.springframework-version} </version >
35
35
</dependency >
36
-
36
+ <dependency >
37
+ <groupId >org.springframework</groupId >
38
+ <artifactId >spring-web</artifactId >
39
+ <version >${org.springframework-version} </version >
40
+ </dependency >
37
41
<!-- AspectJ -->
38
42
<dependency >
39
43
<groupId >org.aspectj</groupId >
Original file line number Diff line number Diff line change 3
3
xmlns : beans =" http://www.springframework.org/schema/beans"
4
4
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : schemaLocation =" http://www.springframework.org/schema/beans
6
- http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd
6
+ http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
7
7
http://www.springframework.org/schema/security
8
8
http://www.springframework.org/schema/security/spring-security-3.1.xsd" >
9
9
Original file line number Diff line number Diff line change 3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
4
xmlns:beans=" http://www.springframework.org/schema/beans"
5
5
xmlns:context=" http://www.springframework.org/schema/context"
6
- xsi:schemaLocation=" http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0 .xsd
7
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-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/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd
7
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd
8
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2 .xsd" >
9
9
10
10
<!-- DispatcherServlet Context: defines this servlet's request-processing infrastructure -->
11
11
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0 .xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.2 .xsd" >
5
5
6
6
<!-- Root Context: defines shared resources visible to all other web components -->
7
7
You can’t perform that action at this time.
0 commit comments