|
9 | 9 | <url>http://www.thomas-woehlke.de/p/beachbox</url> |
10 | 10 | <properties> |
11 | 11 | <java-version>1.8</java-version> |
12 | | - <org.springframework-version>4.0.7.RELEASE</org.springframework-version> |
| 12 | + <org.springframework-version>4.1.4.RELEASE</org.springframework-version> |
13 | 13 | <spring-data-jpa.version>1.5.2.RELEASE</spring-data-jpa.version> |
14 | 14 | <org.aspectj-version>1.6.12</org.aspectj-version> |
15 | 15 | <org.slf4j-version>1.5.10</org.slf4j-version> |
|
18 | 18 | <encoding>UTF-8</encoding> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | <webjars-bootstrap.version>3.1.1</webjars-bootstrap.version> |
| 21 | + <webjars-jquery.version>2.1.0-2</webjars-jquery.version> |
21 | 22 | </properties> |
22 | 23 | <repositories> |
23 | 24 | <repository> |
|
187 | 188 | <version>${spring-data-jpa.version}</version> |
188 | 189 | </dependency> |
189 | 190 |
|
190 | | - <!-- Mail --> |
191 | | - |
192 | | - <dependency> |
193 | | - <groupId>javax.mail</groupId> |
194 | | - <artifactId>mail</artifactId> |
195 | | - <version>1.4</version> |
196 | | - </dependency> |
197 | | - |
198 | 191 | <!-- Test --> |
199 | 192 | <dependency> |
200 | 193 | <groupId>junit</groupId> |
|
214 | 207 | <version>1.3</version> |
215 | 208 | </dependency> |
216 | 209 |
|
217 | | - <!-- Joda Time Library --> |
218 | | - <dependency> |
219 | | - <groupId>joda-time</groupId> |
220 | | - <artifactId>joda-time</artifactId> |
221 | | - <version>1.6.2</version> |
222 | | - </dependency> |
223 | | - |
224 | | - <!-- Apache Tiles --> |
225 | | - <dependency> |
226 | | - <groupId>org.apache.tiles</groupId> |
227 | | - <artifactId>tiles-jsp</artifactId> |
228 | | - <version>2.2.2</version> |
229 | | - </dependency> |
230 | | - <dependency> |
231 | | - <groupId>org.apache.tiles</groupId> |
232 | | - <artifactId>tiles-el</artifactId> |
233 | | - <version>2.2.2</version> |
234 | | - </dependency> |
235 | | - |
236 | 210 | <!-- Servlet --> |
237 | 211 |
|
238 | 212 | <dependency> |
|
271 | 245 | </exclusion> |
272 | 246 | </exclusions> |
273 | 247 | </dependency> |
274 | | - <!-- |
275 | | - <dependency> |
276 | | - <groupId>javax.servlet</groupId> |
277 | | - <artifactId>servlet-api</artifactId> |
278 | | - <version>2.5</version> |
279 | | - <scope>provided</scope> |
280 | | - </dependency> |
281 | | - <dependency> |
282 | | - <groupId>javax.servlet.jsp</groupId> |
283 | | - <artifactId>jsp-api</artifactId> |
284 | | - <version>2.1</version> |
285 | | - <scope>provided</scope> |
286 | | - </dependency> |
287 | | - <dependency> |
288 | | - <groupId>javax.servlet.jsp</groupId> |
289 | | - <artifactId>javax.servlet.jsp-api</artifactId> |
290 | | - <version>2.2.1</version> |
291 | | - <scope>provided</scope> |
292 | | - </dependency> |
293 | | - <dependency> |
294 | | - <groupId>javax.servlet.jsp.jstl</groupId> |
295 | | - <artifactId>jstl-api</artifactId> |
296 | | - <version>1.2</version> |
297 | | - </dependency> |
298 | | - <dependency> |
299 | | - <groupId>org.glassfish.web</groupId> |
300 | | - <artifactId>jstl-impl</artifactId> |
301 | | - <version>1.2</version> |
302 | | - </dependency> |
303 | | - --> |
304 | 248 | <dependency> |
305 | 249 | <!-- jsoup HTML parser library @ http://jsoup.org/ --> |
306 | 250 | <groupId>org.jsoup</groupId> |
|
317 | 261 | <dependency> |
318 | 262 | <groupId>org.webjars</groupId> |
319 | 263 | <artifactId>jquery</artifactId> |
320 | | - <version>2.1.0-2</version> |
| 264 | + <version>${webjars-jquery.version}</version> |
321 | 265 | </dependency> |
322 | 266 |
|
323 | 267 | </dependencies> |
|
0 commit comments