|
10 | 10 |
|
11 | 11 | <parent> |
12 | 12 | <groupId>com.baeldung</groupId> |
13 | | - <artifactId>parent-spring</artifactId> |
| 13 | + <artifactId>parent-spring-4</artifactId> |
14 | 14 | <version>0.0.1-SNAPSHOT</version> |
15 | | - <relativePath>../parent-spring</relativePath> |
| 15 | + <relativePath>../parent-spring-4</relativePath> |
16 | 16 | </parent> |
17 | 17 |
|
18 | 18 | <dependencies> |
|
37 | 37 | <dependency> |
38 | 38 | <groupId>org.springframework</groupId> |
39 | 39 | <artifactId>spring-core</artifactId> |
40 | | - <version>${org.springframework.version}</version> |
| 40 | + <version>${spring.version}</version> |
41 | 41 | <exclusions> |
42 | 42 | <exclusion> |
43 | 43 | <artifactId>commons-logging</artifactId> |
|
48 | 48 | <dependency> |
49 | 49 | <groupId>org.springframework</groupId> |
50 | 50 | <artifactId>spring-context</artifactId> |
51 | | - <version>${org.springframework.version}</version> |
| 51 | + <version>${spring.version}</version> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>org.springframework</groupId> |
55 | 55 | <artifactId>spring-jdbc</artifactId> |
56 | | - <version>${org.springframework.version}</version> |
| 56 | + <version>${spring.version}</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>org.springframework</groupId> |
60 | 60 | <artifactId>spring-beans</artifactId> |
61 | | - <version>${org.springframework.version}</version> |
| 61 | + <version>${spring.version}</version> |
62 | 62 | </dependency> |
63 | 63 | <dependency> |
64 | 64 | <groupId>org.springframework</groupId> |
65 | 65 | <artifactId>spring-aop</artifactId> |
66 | | - <version>${org.springframework.version}</version> |
| 66 | + <version>${spring.version}</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.springframework</groupId> |
70 | 70 | <artifactId>spring-tx</artifactId> |
71 | | - <version>${org.springframework.version}</version> |
| 71 | + <version>${spring.version}</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>org.springframework</groupId> |
75 | 75 | <artifactId>spring-expression</artifactId> |
76 | | - <version>${org.springframework.version}</version> |
| 76 | + <version>${spring.version}</version> |
77 | 77 | </dependency> |
78 | 78 |
|
79 | 79 | <dependency> |
80 | 80 | <groupId>org.springframework</groupId> |
81 | 81 | <artifactId>spring-web</artifactId> |
82 | | - <version>${org.springframework.version}</version> |
| 82 | + <version>${spring.version}</version> |
83 | 83 | </dependency> |
84 | 84 | <dependency> |
85 | 85 | <groupId>org.springframework</groupId> |
86 | 86 | <artifactId>spring-webmvc</artifactId> |
87 | | - <version>${org.springframework.version}</version> |
| 87 | + <version>${spring.version}</version> |
88 | 88 | </dependency> |
89 | 89 |
|
90 | 90 | <!-- AOP --> |
|
190 | 190 | <java-version>1.8</java-version> |
191 | 191 |
|
192 | 192 | <!-- Spring --> |
193 | | - <org.springframework.version>4.3.4.RELEASE</org.springframework.version> |
194 | | - <org.springframework.security.version>4.2.0.RELEASE</org.springframework.security.version> |
| 193 | + <org.springframework.security.version>4.2.6.RELEASE</org.springframework.security.version> |
195 | 194 |
|
196 | 195 | <org.aspectj-version>1.8.9</org.aspectj-version> |
197 | 196 | <javax.servlet.jsp-api.version>2.3.2-b02</javax.servlet.jsp-api.version> |
|
0 commit comments