|
102 | 102 |
|
103 | 103 | <dependencyManagement> |
104 | 104 | <dependencies> |
| 105 | + <dependency> |
| 106 | + <groupId>org.springframework</groupId> |
| 107 | + <artifactId>spring-framework-bom</artifactId> |
| 108 | + <version>${spring.version}</version> |
| 109 | + <type>pom</type> |
| 110 | + <scope>import</scope> |
| 111 | + </dependency> |
| 112 | + <dependency> |
| 113 | + <groupId>org.springframework.security</groupId> |
| 114 | + <artifactId>spring-security-bom</artifactId> |
| 115 | + <version>${spring.security.version}</version> |
| 116 | + <type>pom</type> |
| 117 | + <scope>import</scope> |
| 118 | + </dependency> |
105 | 119 | <dependency> |
106 | 120 | <groupId>org.geowebcache</groupId> |
107 | 121 | <artifactId>gwc-core</artifactId> |
|
338 | 352 | <scope>test</scope> |
339 | 353 | </dependency> |
340 | 354 |
|
341 | | - <!-- Spring dependencies --> |
342 | | - <dependency> |
343 | | - <groupId>org.springframework</groupId> |
344 | | - <artifactId>spring-aop</artifactId> |
345 | | - <version>${spring.version}</version> |
346 | | - </dependency> |
347 | | - <dependency> |
348 | | - <groupId>org.springframework</groupId> |
349 | | - <artifactId>spring-beans</artifactId> |
350 | | - <version>${spring.version}</version> |
351 | | - </dependency> |
352 | | - <dependency> |
353 | | - <groupId>org.springframework</groupId> |
354 | | - <artifactId>spring-core</artifactId> |
355 | | - <version>${spring.version}</version> |
356 | | - <exclusions> |
357 | | - <exclusion> |
358 | | - <artifactId>org.springframework</artifactId> |
359 | | - <groupId>spring-jcl</groupId> |
360 | | - </exclusion> |
361 | | - </exclusions> |
362 | | - </dependency> |
363 | | - <dependency> |
364 | | - <groupId>org.springframework</groupId> |
365 | | - <artifactId>spring-context</artifactId> |
366 | | - <version>${spring.version}</version> |
367 | | - </dependency> |
368 | | - <dependency> |
369 | | - <groupId>org.springframework</groupId> |
370 | | - <artifactId>spring-web</artifactId> |
371 | | - <version>${spring.version}</version> |
372 | | - </dependency> |
373 | | - <dependency> |
374 | | - <groupId>org.springframework</groupId> |
375 | | - <artifactId>spring-webmvc</artifactId> |
376 | | - <version>${spring.version}</version> |
377 | | - </dependency> |
378 | | - <dependency> |
379 | | - <groupId>org.springframework</groupId> |
380 | | - <artifactId>spring-expression</artifactId> |
381 | | - <version>${spring.version}</version> |
382 | | - </dependency> |
383 | | - <dependency> |
384 | | - <groupId>org.springframework</groupId> |
385 | | - <artifactId>spring-test</artifactId> |
386 | | - <version>${spring.version}</version> |
387 | | - <scope>test</scope> |
388 | | - </dependency> |
389 | | - |
390 | | - <dependency> |
391 | | - <groupId>org.springframework</groupId> |
392 | | - <artifactId>spring-jdbc</artifactId> |
393 | | - <version>${spring.version}</version> |
394 | | - <!-- optional>true</optional --> |
395 | | - </dependency> |
396 | | - |
397 | 355 | <!-- Jetty starter dependencies --> |
398 | 356 | <dependency> |
399 | 357 | <groupId>org.eclipse.jetty</groupId> |
|
421 | 379 | <version>${xstream.version}</version> |
422 | 380 | </dependency> |
423 | 381 |
|
424 | | - <dependency> |
425 | | - <groupId>org.springframework.security</groupId> |
426 | | - <artifactId>spring-security-web</artifactId> |
427 | | - <version>${spring.security.version}</version> |
428 | | - </dependency> |
429 | | - <dependency> |
430 | | - <groupId>org.springframework.security</groupId> |
431 | | - <artifactId>spring-security-config</artifactId> |
432 | | - <version>${spring.security.version}</version> |
433 | | - </dependency> |
434 | | - |
435 | 382 | <dependency> |
436 | 383 | <groupId>org.codehaus.jettison</groupId> |
437 | 384 | <artifactId>jettison</artifactId> |
|
0 commit comments