|
78 | 78 | <skipTests>false</skipTests>
|
79 | 79 | </properties>
|
80 | 80 |
|
| 81 | + <dependencyManagement> |
| 82 | + <dependencies> |
| 83 | + <!-- http://docs.spring.io/spring/docs/4.0.x/spring-framework-reference/html/overview.html#overview-maven-bom --> |
| 84 | + <dependency> |
| 85 | + <groupId>org.springframework</groupId> |
| 86 | + <artifactId>spring-framework-bom</artifactId> |
| 87 | + <version>${spring.version}</version> |
| 88 | + <type>pom</type> |
| 89 | + <scope>import</scope> |
| 90 | + </dependency> |
| 91 | + </dependencies> |
| 92 | + </dependencyManagement> |
| 93 | + |
81 | 94 | <dependencies>
|
82 | 95 |
|
83 | 96 | <dependency>
|
|
116 | 129 | <dependency>
|
117 | 130 | <groupId>org.springframework</groupId>
|
118 | 131 | <artifactId>spring-webmvc</artifactId>
|
119 |
| - <version>${spring.version}</version> |
120 | 132 | <exclusions>
|
121 | 133 | <exclusion>
|
122 | 134 | <!-- Because we use jcl-over-slf4j instead -->
|
|
129 | 141 | <dependency>
|
130 | 142 | <groupId>org.springframework</groupId>
|
131 | 143 | <artifactId>spring-orm</artifactId>
|
132 |
| - <version>${spring.version}</version> |
133 | 144 | </dependency>
|
134 | 145 |
|
135 | 146 | <dependency>
|
136 | 147 | <groupId>org.springframework</groupId>
|
137 | 148 | <artifactId>spring-tx</artifactId>
|
138 |
| - <version>${spring.version}</version> |
139 | 149 | </dependency>
|
140 | 150 |
|
141 | 151 | <!-- For mail classes -->
|
142 | 152 | <dependency>
|
143 | 153 | <groupId>org.springframework</groupId>
|
144 | 154 | <artifactId>spring-context-support</artifactId>
|
145 |
| - <version>${spring.version}</version> |
146 | 155 | </dependency>
|
147 | 156 |
|
148 | 157 | <dependency>
|
|
157 | 166 | <version>${spring.security.version}</version>
|
158 | 167 | </dependency>
|
159 | 168 |
|
160 |
| - <!-- |
161 |
| - spring-security-web 3.1.0 depends from spring-aop 3.0.6, |
162 |
| - so to force application use spring-aop 3.1.1 we add this |
163 |
| - dependency explicitly. May be removed when new Spring |
164 |
| - Security will not depends from old version of Spring. |
165 |
| - --> |
166 |
| - <dependency> |
167 |
| - <groupId>org.springframework</groupId> |
168 |
| - <artifactId>spring-aop</artifactId> |
169 |
| - <version>${spring.version}</version> |
170 |
| - <scope>runtime</scope> |
171 |
| - </dependency> |
172 |
| - |
173 | 169 | <dependency>
|
174 | 170 | <groupId>org.springframework.security</groupId>
|
175 | 171 | <artifactId>spring-security-config</artifactId>
|
|
366 | 362 | <dependency>
|
367 | 363 | <groupId>org.springframework</groupId>
|
368 | 364 | <artifactId>spring-test</artifactId>
|
369 |
| - <version>${spring.version}</version> |
370 | 365 | <scope>test</scope>
|
371 | 366 | </dependency>
|
372 | 367 |
|
|
472 | 467 | <dependency>
|
473 | 468 | <groupId>org.springframework</groupId>
|
474 | 469 | <artifactId>spring-jdbc</artifactId>
|
475 |
| - <version>${spring.version}</version> |
476 | 470 | </dependency>
|
477 | 471 | <dependency>
|
478 | 472 | <groupId>com.h2database</groupId>
|
|
0 commit comments