Project

General

Profile

« Previous | Next » 

Revision 075cdc06

Added by Andreas Müller over 3 years ago

ref #9204 upgrade spring and spring-security and its libraries in taxeditor

View differences:

eu.etaxonomy.taxeditor.cdmlib/pom.xml
60 60
                httpclient,JavaAPIforKml,iiif-apis,commons-beanutils,commons-lang3,commons-codec,
61 61
                commons-imaging,h2,jackson-databind,jackson-annotations,jackson-core,jboss-logging,
62 62
                validation-api,classmate,javax.el-api,slf4j-api,slf4j-log4j12,
63
                hibernate-validator,hibernate-validator-cdi
63
                hibernate-validator,hibernate-validator-cdi,
64
                spring-context,spring-context-support,spring-aspects,spring-test,spring-beans,
65
                spring-tx,spring-web,spring-core,spring-aop,spring-expression,spring-orm,
66
                spring-oxm,spring-jdbc,spring-security-config,spring-security-core,
67
                aopalliance,aspectjweaver,aspectjrt
64 68
              </includeArtifactIds>
65 69
              <outputDirectory>
66 70
                ${basedir}/lib
......
265 269
    <dependency>
266 270
      <groupId>org.springframework</groupId>
267 271
      <artifactId>spring-context</artifactId>
268
      <version>4.2.4.RELEASE</version>
272
      <version>4.3.28.RELEASE</version>
269 273
    </dependency>
270 274
    <dependency>
271 275
      <groupId>org.springframework</groupId>
272 276
      <artifactId>spring-context-support</artifactId>
273
      <version>4.2.4.RELEASE</version>
277
      <version>4.3.28.RELEASE</version>
274 278
    </dependency>
275 279
    <dependency>
276 280
      <groupId>org.springframework</groupId>
277 281
      <artifactId>spring-aspects</artifactId>
278
      <version>4.2.4.RELEASE</version>
282
      <version>4.3.28.RELEASE</version>
279 283
    </dependency>
280 284
    <dependency>
281 285
      <groupId>org.springframework</groupId>
282 286
      <artifactId>spring-test</artifactId>
283
      <version>4.2.4.RELEASE</version>
287
      <version>4.3.28.RELEASE</version>
284 288
    </dependency>
285 289
    <dependency>
286 290
      <groupId>org.springframework</groupId>
287 291
      <artifactId>spring-beans</artifactId>
288
      <version>4.2.4.RELEASE</version>
292
      <version>4.3.28.RELEASE</version>
289 293
    </dependency>
290 294
    <dependency>
291 295
      <groupId>org.springframework</groupId>
292 296
      <artifactId>spring-tx</artifactId>
293
      <version>4.2.4.RELEASE</version>
297
      <version>4.3.28.RELEASE</version>
294 298
    </dependency>
295 299
    <dependency>
296 300
		<groupId>org.springframework</groupId>
297 301
		<artifactId>spring-web</artifactId>
298
		<version>4.2.4.RELEASE</version>
302
		<version>4.3.28.RELEASE</version>
299 303
	</dependency>
300 304
    <dependency>
301 305
      <groupId>org.springframework</groupId>
302 306
      <artifactId>spring-core</artifactId>
303
      <version>4.2.4.RELEASE</version>
307
      <version>4.3.28.RELEASE</version>
304 308
    </dependency>
305 309
    <dependency>
306 310
      <groupId>org.springframework</groupId>
307 311
      <artifactId>spring-aop</artifactId>
308
      <version>4.2.4.RELEASE</version>
312
      <version>4.3.28.RELEASE</version>
309 313
    </dependency>
310 314
    <dependency>
311 315
		<groupId>org.springframework</groupId>
312 316
		<artifactId>spring-expression</artifactId>
313
		<version>4.2.4.RELEASE</version>
317
		<version>4.3.28.RELEASE</version>
314 318
	</dependency>
315 319
   <dependency>
316 320
		<groupId>org.springframework</groupId>
317 321
		<artifactId>spring-orm</artifactId>
318
		<version>4.2.4.RELEASE</version>
322
		<version>4.3.28.RELEASE</version>
323
	</dependency>
324
	<dependency>
325
		<groupId>org.springframework</groupId>
326
		<artifactId>spring-oxm</artifactId>
327
		<version>4.3.28.RELEASE</version>
319 328
	</dependency>
320 329
    <dependency>
321 330
		<groupId>org.springframework</groupId>
322 331
		<artifactId>spring-jdbc</artifactId>
323
		<version>4.2.4.RELEASE</version>
332
		<version>4.3.28.RELEASE</version>
324 333
	</dependency>
325 334
    <dependency>
326 335
      <groupId>org.springframework.security</groupId>
327 336
      <artifactId>spring-security-core</artifactId>
328
      <version>4.0.3.RELEASE</version>
337
      <version>4.2.18.RELEASE</version>
329 338
    </dependency>
330 339
    <dependency>
331 340
      <groupId>org.springframework.security</groupId>
332 341
      <artifactId>spring-security-config</artifactId>
333
      <version>4.0.3.RELEASE</version>
342
      <version>4.2.18.RELEASE</version>
334 343
    </dependency>
335 344
    <dependency>
336 345
      <groupId>org.springframework.security</groupId>
337 346
      <artifactId>spring-security-remoting</artifactId>
338
      <version>4.0.3.RELEASE</version>
347
      <version>4.2.18.RELEASE</version>
339 348
    </dependency>
349
    <dependency>
350
    	<!-- dependency of spring security core, can be removed after
351
    	upgrading to spring security 5.x -->
352
	    <groupId>aopalliance</groupId>
353
	    <artifactId>aopalliance</artifactId>
354
	    <version>1.0</version>
355
	</dependency>
356
    
340 357
    <dependency>
341 358
      <groupId>commons-lang</groupId>
342 359
      <artifactId>commons-lang</artifactId>
......
393 410
        <version>2.12.0</version>
394 411
    </dependency>
395 412
    
413
    <dependency>
414
       <groupId>org.aspectj</groupId>
415
       <artifactId>aspectjweaver</artifactId>
416
       <version>1.9.6</version>
417
    </dependency>
418
    <dependency>
419
       <groupId>org.aspectj</groupId>
420
       <artifactId>aspectjrt</artifactId>
421
       <version>1.9.6</version>
422
    </dependency>
423
    
396 424
	<!-- logging -->
397 425
    <dependency>
398 426
        <!-- needed? -->

Also available in: Unified diff