Project

General

Profile

« Previous | Next » 

Revision c6e48a0a

Added by Andreas Müller over 2 years ago

ref #9359 update spring to 4.3.30 in taxeditor and use mvn properties for spring version

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
14 14
      <poi.version>4.1.2</poi.version>
15 15
      <hibernate.version>5.1.17.Final</hibernate.version>
16 16
      <lucene.version>5.4.1</lucene.version>
17
      <spring.version>4.3.30.RELEASE</spring.version>                                 <!-- checked 2021-12, further upgrade possible -->
18
      <spring-security.version>4.2.20.RELEASE</spring-security.version>               <!-- checked 2021-12, further upgrade possible -->
17 19
  </properties>
18 20
  <name>CDM Library Dependencies Plugin</name>
19 21
  <description>CDM Library and dependencies as a plugin</description>
......
319 321
    <dependency>
320 322
      <groupId>org.springframework</groupId>
321 323
      <artifactId>spring-context</artifactId>
322
      <version>4.3.28.RELEASE</version>
324
      <version>${spring.version}</version>
323 325
    </dependency>
324 326
    <dependency>
325 327
      <groupId>org.springframework</groupId>
326 328
      <artifactId>spring-context-support</artifactId>
327
      <version>4.3.28.RELEASE</version>
329
      <version>${spring.version}</version>
328 330
    </dependency>
329 331
    <dependency>
330 332
      <groupId>org.springframework</groupId>
331 333
      <artifactId>spring-aspects</artifactId>
332
      <version>4.3.28.RELEASE</version>
334
      <version>${spring.version}</version>
333 335
    </dependency>
334 336
    <dependency>
335 337
      <groupId>org.springframework</groupId>
336 338
      <artifactId>spring-test</artifactId>
337
      <version>4.3.28.RELEASE</version>
339
      <version>${spring.version}</version>
338 340
    </dependency>
339 341
    <dependency>
340 342
      <groupId>org.springframework</groupId>
341 343
      <artifactId>spring-beans</artifactId>
342
      <version>4.3.28.RELEASE</version>
344
      <version>${spring.version}</version>
343 345
    </dependency>
344 346
    <dependency>
345 347
      <groupId>org.springframework</groupId>
346 348
      <artifactId>spring-tx</artifactId>
347
      <version>4.3.28.RELEASE</version>
349
      <version>${spring.version}</version>
348 350
    </dependency>
349 351
    <dependency>
350 352
		<groupId>org.springframework</groupId>
351 353
		<artifactId>spring-web</artifactId>
352
		<version>4.3.28.RELEASE</version>
354
		<version>${spring.version}</version>
353 355
	</dependency>
354 356
    <dependency>
355 357
      <groupId>org.springframework</groupId>
356 358
      <artifactId>spring-core</artifactId>
357
      <version>4.3.28.RELEASE</version>
359
      <version>${spring.version}</version>
358 360
    </dependency>
359 361
    <dependency>
360 362
      <groupId>org.springframework</groupId>
361 363
      <artifactId>spring-aop</artifactId>
362
      <version>4.3.28.RELEASE</version>
364
      <version>${spring.version}</version>
363 365
    </dependency>
364 366
    <dependency>
365 367
		<groupId>org.springframework</groupId>
366 368
		<artifactId>spring-expression</artifactId>
367
		<version>4.3.28.RELEASE</version>
369
		<version>${spring.version}</version>
368 370
	</dependency>
369 371
    <dependency>
370 372
		<groupId>org.springframework</groupId>
371 373
		<artifactId>spring-orm</artifactId>
372
		<version>4.3.28.RELEASE</version>
374
		<version>${spring.version}</version>
373 375
	</dependency>
374 376
	<dependency>
375 377
		<groupId>org.springframework</groupId>
376 378
		<artifactId>spring-oxm</artifactId>
377
		<version>4.3.28.RELEASE</version>
379
		<version>${spring.version}</version>
378 380
	</dependency>
379 381
    <dependency>
380 382
		<groupId>org.springframework</groupId>
381 383
		<artifactId>spring-jdbc</artifactId>
382
		<version>4.3.28.RELEASE</version>
384
		<version>${spring.version}</version>
383 385
	</dependency>
384 386
    <dependency>
385 387
      <groupId>org.springframework.security</groupId>
386 388
      <artifactId>spring-security-core</artifactId>
387
      <version>4.2.20.RELEASE</version>
389
      <version>${spring-security.version}</version>
388 390
    </dependency>
389 391
    <dependency>
390 392
      <groupId>org.springframework.security</groupId>
391 393
      <artifactId>spring-security-config</artifactId>
392
      <version>4.2.20.RELEASE</version>
394
      <version>${spring-security.version}</version>
393 395
    </dependency>
394 396
    <dependency>
395 397
      <groupId>org.springframework.security</groupId>
396 398
      <artifactId>spring-security-remoting</artifactId>
397
      <version>4.2.20.RELEASE</version>
399
      <version>${spring-security.version}</version>
398 400
    </dependency>
399 401
    <dependency>
400 402
    	<!-- dependency of spring security core, can be removed after

Also available in: Unified diff